#5F88C8

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

Shades of Danube #5F88C8

Tints of Danube #5F88C8

Color information

#5F88C8 (or 0x5F88C8) is unknown color: approx Danube. HEX triplet: 5F, 88 and C8. RGB value is (95,136,200). Sum of RGB (Red+Green+Blue) = 95+136+200=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F88C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F88C8 is #A07737. Grayscale: #828282. Windows color (decimal): -10516280 or 13142111. OLE color: 13142111.

HSL color Cylindrical-coordinate representation of color #5F88C8: hue angle of 216.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F88C8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95136200-
CMYK0.520.3200.22
HSL216.57º48.84%57.84%-
HSV(B)216.57º52.5%78.43%-
XYZ23.9524.2158.05-
YUV131.04166.92102.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.04%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=22.04%
G=31.55%
B=46.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951362000.520.3200.22216.5748.8457.84
Hex5F88C83420016d9313a
Octal13721031064400263316172
Binary1011111100010001100100011010010000001011011011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F88C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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