#5F8BD2

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

Shades of Danube #5F8BD2

Tints of Danube #5F8BD2

Color information

#5F8BD2 (or 0x5F8BD2) is unknown color: approx Danube. HEX triplet: 5F, 8B and D2. RGB value is (95,139,210). Sum of RGB (Red+Green+Blue) = 95+139+210=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F8BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8BD2 is #A0742D. Grayscale: #858585. Windows color (decimal): -10515502 or 13798239. OLE color: 13798239.

HSL color Cylindrical-coordinate representation of color #5F8BD2: hue angle of 217.04º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F8BD2 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB95139210-
CMYK0.550.3400.18
HSL217.04º56.1%59.8%-
HSV(B)217.04º54.76%82.35%-
XYZ25.5825.5564.56-
YUV133.94170.92100.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.40%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 210 (82.42% from 255) = 47.30%
R=21.40%
G=31.31%
B=47.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal951392100.550.3400.18217.0456.159.8
Hex5F8BD23722012d9383c
Octal13721332267420223317074
Binary1011111100010111101001011011110001001001011011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8BD2; }

 p { color: rgb(95,139,210); }

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

<style>
 a { background-color: #5F8BD2; }

 a { background-color: rgb(95,139,210); }

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

<style>
 span { border-color: #5F8BD2; }

 span { border-color: rgb(95,139,210); }

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