#5E848D

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

Shades of Horizon #5E848D

Tints of Horizon #5E848D

Color information

#5E848D (or 0x5E848D) is unknown color: approx Horizon. HEX triplet: 5E, 84 and 8D. RGB value is (94,132,141). Sum of RGB (Red+Green+Blue) = 94+132+141=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E848D is #A17B72. Grayscale: #797979. Windows color (decimal): -10582899 or 9274462. OLE color: 9274462.

HSL color Cylindrical-coordinate representation of color #5E848D: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E848D is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94132141-
CMYK0.330.0600.45
HSL191.49º20%46.08%-
HSV(B)191.49º33.33%55.29%-
XYZ17.6820.8128.28-
YUV121.66138.91108.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=25.61%
G=35.97%
B=38.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941321410.330.0600.45191.492046.08
Hex5E848D21602Dbf142e
Octal1362042154160552772456
Binary1011110100001001000110110000111001011011011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,141); }

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

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

 a { background-color: rgb(94,132,141); }

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

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

 span { border-color: rgb(94,132,141); }

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