#5F8E9C

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

Shades of Horizon #5F8E9C

Tints of Horizon #5F8E9C

Color information

#5F8E9C (or 0x5F8E9C) is unknown color: approx Horizon. HEX triplet: 5F, 8E and 9C. RGB value is (95,142,156). Sum of RGB (Red+Green+Blue) = 95+142+156=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F8E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8E9C is #A07163. Grayscale: #818181. Windows color (decimal): -10514788 or 10260063. OLE color: 10260063.

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

Color convert

RGB95142156-
CMYK0.390.0900.39
HSL193.77º24.3%49.22%-
HSV(B)193.77º39.1%61.18%-
XYZ20.3924.1835.04-
YUV129.54142.93103.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=24.17%
G=36.13%
B=39.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951421560.390.0900.39193.7724.349.22
Hex5F8E9C279027c21831
Octal13721623447110473023061
Binary10111111000111010011100100111100101001111100001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,142,156); }

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

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

 a { background-color: rgb(95,142,156); }

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

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

 span { border-color: rgb(95,142,156); }

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