#5F87C8

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

Shades of Danube #5F87C8

Tints of Danube #5F87C8

Color information

#5F87C8 (or 0x5F87C8) is unknown color: approx Danube. HEX triplet: 5F, 87 and C8. RGB value is (95,135,200). Sum of RGB (Red+Green+Blue) = 95+135+200=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F87C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87C8 is #A07837. Grayscale: #828282. Windows color (decimal): -10516536 or 13141855. OLE color: 13141855.

HSL color Cylindrical-coordinate representation of color #5F87C8: hue angle of 217.14º 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 #5F87C8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95135200-
CMYK0.520.3200.22
HSL217.14º48.84%57.84%-
HSV(B)217.14º52.5%78.43%-
XYZ23.8123.9358.01-
YUV130.45167.25102.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 200 (78.52% from 255) = 46.51%
R=22.09%
G=31.40%
B=46.51%

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
Decimal951352000.520.3200.22217.1448.8457.84
Hex5F87C83420016d9313a
Octal13720731064400263316172
Binary1011111100001111100100011010010000001011011011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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