#5E909C

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

Shades of Horizon #5E909C

Tints of Horizon #5E909C

Color information

#5E909C (or 0x5E909C) is unknown color: approx Horizon. HEX triplet: 5E, 90 and 9C. RGB value is (94,144,156). Sum of RGB (Red+Green+Blue) = 94+144+156=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E909C is #A16F63. Grayscale: #828282. Windows color (decimal): -10579812 or 10260574. OLE color: 10260574.

HSL color Cylindrical-coordinate representation of color #5E909C: hue angle of 191.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E909C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94144156-
CMYK0.400.0800.39
HSL191.61º24.8%49.02%-
HSV(B)191.61º39.74%61.18%-
XYZ20.5924.7335.14-
YUV130.42142.44102.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=23.86%
G=36.55%
B=39.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941441560.400.0800.39191.6124.849.02
Hex5E909C288027c01931
Octal13622023450100473003161
Binary10111101001000010011100101000100001001111100000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,144,156); }

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

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

 a { background-color: rgb(94,144,156); }

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

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

 span { border-color: rgb(94,144,156); }

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