#5F899C

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

Shades of Horizon #5F899C

Tints of Horizon #5F899C

Color information

#5F899C (or 0x5F899C) is unknown color: approx Horizon. HEX triplet: 5F, 89 and 9C. RGB value is (95,137,156). Sum of RGB (Red+Green+Blue) = 95+137+156=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 137 (53.91% from 255 or 35.31% 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 #5F899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F899C is #A07663. Grayscale: #7E7E7E. Windows color (decimal): -10516068 or 10258783. OLE color: 10258783.

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

Color convert

RGB95137156-
CMYK0.390.1200.39
HSL198.69º24.3%49.22%-
HSV(B)198.69º39.1%61.18%-
XYZ19.6722.7234.8-
YUV126.61144.59105.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=24.48%
G=35.31%
B=40.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951371560.390.1200.39198.6924.349.22
Hex5F899C27C027c71831
Octal13721123447140473073061
Binary10111111000100110011100100111110001001111100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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