#5E8595

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

Shades of Horizon #5E8595

Tints of Horizon #5E8595

Color information

#5E8595 (or 0x5E8595) is unknown color: approx Horizon. HEX triplet: 5E, 85 and 95. RGB value is (94,133,149). Sum of RGB (Red+Green+Blue) = 94+133+149=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E8595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8595 is #A17A6A. Grayscale: #7B7B7B. Windows color (decimal): -10582635 or 9799006. OLE color: 9799006.

HSL color Cylindrical-coordinate representation of color #5E8595: hue angle of 197.45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8595 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94133149-
CMYK0.370.1100.42
HSL197.45º22.63%47.65%-
HSV(B)197.45º36.91%58.43%-
XYZ18.4321.3231.58-
YUV123.16142.58107.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=25%
G=35.37%
B=39.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941331490.370.1100.42197.4522.6347.65
Hex5E859525B02Ac51730
Octal13620522545130523052760
Binary10111101000010110010101100101101101010101100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,149); }

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

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

 a { background-color: rgb(94,133,149); }

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

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

 span { border-color: rgb(94,133,149); }

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