#5E87BC

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

Shades of Danube #5E87BC

Tints of Danube #5E87BC

Color information

#5E87BC (or 0x5E87BC) is unknown color: approx Danube. HEX triplet: 5E, 87 and BC. RGB value is (94,135,188). Sum of RGB (Red+Green+Blue) = 94+135+188=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E87BC is #A17843. Grayscale: #808080. Windows color (decimal): -10582084 or 12355422. OLE color: 12355422.

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

Color convert

RGB94135188-
CMYK0.500.2800.26
HSL213.83º41.23%55.29%-
HSV(B)213.83º50%73.73%-
XYZ22.3623.3450.9-
YUV128.78161.42103.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.54%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=22.54%
G=32.37%
B=45.08%

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
Decimal941351880.500.2800.26213.8341.2355.29
Hex5E87BC321C01Ad62937
Octal13620727462340323265167
Binary101111010000111101111001100101110001101011010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,188); }

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

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

 a { background-color: rgb(94,135,188); }

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

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

 span { border-color: rgb(94,135,188); }

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