#5693BF

Color #5693BF Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5693BF

Tints of Danube #5693BF

Color information

#5693BF (or 0x5693BF) is unknown color: approx Danube. HEX triplet: 56, 93 and BF. RGB value is (86,147,191). Sum of RGB (Red+Green+Blue) = 86+147+191=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #5693BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5693BF is #A96C40. Grayscale: #858585. Windows color (decimal): -11103297 or 12555094. OLE color: 12555094.

HSL color Cylindrical-coordinate representation of color #5693BF: hue angle of 205.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5693BF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86147191-
CMYK0.550.2300.25
HSL205.14º45.06%54.31%-
HSV(B)205.14º54.97%74.9%-
XYZ23.6826.6153.18-
YUV133.78160.2993.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 45.05%
R=20.28%
G=34.67%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861471910.550.2300.25205.1445.0654.31
Hex5693BF3717019cd2d36
Octal12622327767270313155566
Binary101011010010011101111111101111011101100111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5693BF; }

 p { color: rgb(86,147,191); }

 H1.HeaderClassName
 {
   color: #5693BF;
 }
 .AnyTagClassName
 {
   color: #5693BF;
 }
</style>
background-color css

<style>
 a { background-color: #5693BF; }

 a { background-color: rgb(86,147,191); }

 div.DivClassName
 {
   background-color: #5693BF;
 }
 .BgClassName
 {
   background-color: #5693BF;
 }
</style>
border-color css

<style>
 span { border-color: #5693BF; }

 span { border-color: rgb(86,147,191); }

 td.TdClassName
 {
   border-color: #5693BF;
 }
 .TagClassName
 {
   border-color: #5693BF;
 }
</style>