#5E8094

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

Shades of Horizon #5E8094

Tints of Horizon #5E8094

Color information

#5E8094 (or 0x5E8094) is unknown color: approx Horizon. HEX triplet: 5E, 80 and 94. RGB value is (94,128,148). Sum of RGB (Red+Green+Blue) = 94+128+148=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E8094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8094 is #A17F6B. Grayscale: #787878. Windows color (decimal): -10583916 or 9732190. OLE color: 9732190.

HSL color Cylindrical-coordinate representation of color #5E8094: hue angle of 202.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E8094 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94128148-
CMYK0.360.1400.42
HSL202.22º22.31%47.45%-
HSV(B)202.22º36.49%58.04%-
XYZ17.6819.9630.94-
YUV120.11143.74109.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 148 (58.20% from 255) = 40%
R=25.41%
G=34.59%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941281480.360.1400.42202.2222.3147.45
Hex5E809424E02Aca162f
Octal13620022444160523122657
Binary10111101000000010010100100100111001010101100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,128,148); }

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

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

 a { background-color: rgb(94,128,148); }

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

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

 span { border-color: rgb(94,128,148); }

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