#5F88BD

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

Shades of Danube #5F88BD

Tints of Danube #5F88BD

Color information

#5F88BD (or 0x5F88BD) is unknown color: approx Danube. HEX triplet: 5F, 88 and BD. RGB value is (95,136,189). Sum of RGB (Red+Green+Blue) = 95+136+189=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F88BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F88BD is #A07742. Grayscale: #818181. Windows color (decimal): -10516291 or 12421215. OLE color: 12421215.

HSL color Cylindrical-coordinate representation of color #5F88BD: hue angle of 213.83º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F88BD is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB95136189-
CMYK0.500.2800.26
HSL213.83º41.59%55.69%-
HSV(B)213.83º49.74%74.12%-
XYZ22.7123.7251.52-
YUV129.78161.42103.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 189 (74.22% from 255) = 45%
R=22.62%
G=32.38%
B=45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951361890.500.2800.26213.8341.5955.69
Hex5F88BD321C01Ad62a38
Octal13721027562340323265270
Binary101111110001000101111011100101110001101011010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,189); }

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

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

 a { background-color: rgb(95,136,189); }

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

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

 span { border-color: rgb(95,136,189); }

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