#59899C

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

Shades of Horizon #59899C

Tints of Horizon #59899C

Color information

#59899C (or 0x59899C) is unknown color: approx Horizon. HEX triplet: 59, 89 and 9C. RGB value is (89,137,156). Sum of RGB (Red+Green+Blue) = 89+137+156=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #59899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59899C is #A67663. Grayscale: #7C7C7C. Windows color (decimal): -10909284 or 10258777. OLE color: 10258777.

HSL color Cylindrical-coordinate representation of color #59899C: hue angle of 197.01º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59899C is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89137156-
CMYK0.430.1200.39
HSL197.01º27.35%48.04%-
HSV(B)197.01º42.95%61.18%-
XYZ19.0722.4234.77-
YUV124.81145.6102.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=23.30%
G=35.86%
B=40.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891371560.430.1200.39197.0127.3548.04
Hex59899C2BC027c51b30
Octal13121123453140473053360
Binary10110011000100110011100101011110001001111100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59899C; }

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

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

<style>
 a { background-color: #59899C; }

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

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

<style>
 span { border-color: #59899C; }

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

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