#5E919B

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

Shades of Horizon #5E919B

Tints of Horizon #5E919B

Color information

#5E919B (or 0x5E919B) is unknown color: approx Horizon. HEX triplet: 5E, 91 and 9B. RGB value is (94,145,155). Sum of RGB (Red+Green+Blue) = 94+145+155=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E919B is #A16E64. Grayscale: #828282. Windows color (decimal): -10579557 or 10195294. OLE color: 10195294.

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

Color convert

RGB94145155-
CMYK0.390.0600.39
HSL189.84º24.5%48.82%-
HSV(B)189.84º39.35%60.78%-
XYZ20.662534.75-
YUV130.89141.6101.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=23.86%
G=36.80%
B=39.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941451550.390.0600.39189.8424.548.82
Hex5E919B276027be1831
Octal1362212334760472763061
Binary1011110100100011001101110011111001001111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,145,155); }

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

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

 a { background-color: rgb(94,145,155); }

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

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

 span { border-color: rgb(94,145,155); }

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