#5E8A9C

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

Shades of Horizon #5E8A9C

Tints of Horizon #5E8A9C

Color information

#5E8A9C (or 0x5E8A9C) is unknown color: approx Horizon. HEX triplet: 5E, 8A and 9C. RGB value is (94,138,156). Sum of RGB (Red+Green+Blue) = 94+138+156=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E8A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8A9C is #A17563. Grayscale: #7E7E7E. Windows color (decimal): -10581348 or 10259038. OLE color: 10259038.

HSL color Cylindrical-coordinate representation of color #5E8A9C: hue angle of 197.42º 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 #5E8A9C is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94138156-
CMYK0.400.1200.39
HSL197.42º24.8%49.02%-
HSV(B)197.42º39.74%61.18%-
XYZ19.7122.9634.85-
YUV126.9144.42104.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.23%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=24.23%
G=35.57%
B=40.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941381560.400.1200.39197.4224.849.02
Hex5E8A9C28C027c51931
Octal13621223450140473053161
Binary10111101000101010011100101000110001001111100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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