#5E87BE

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

Shades of Danube #5E87BE

Tints of Danube #5E87BE

Color information

#5E87BE (or 0x5E87BE) is unknown color: approx Danube. HEX triplet: 5E, 87 and BE. RGB value is (94,135,190). Sum of RGB (Red+Green+Blue) = 94+135+190=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E87BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E87BE is #A17841. Grayscale: #808080. Windows color (decimal): -10582082 or 12486494. OLE color: 12486494.

HSL color Cylindrical-coordinate representation of color #5E87BE: hue angle of 214.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E87BE is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94135190-
CMYK0.510.2900.25
HSL214.38º42.48%55.69%-
HSV(B)214.38º50.53%74.51%-
XYZ22.5723.4352.05-
YUV129.01162.42103.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.43%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=22.43%
G=32.22%
B=45.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941351900.510.2900.25214.3842.4855.69
Hex5E87BE331D019d62a38
Octal13620727663350313265270
Binary101111010000111101111101100111110101100111010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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