#59859B

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

Shades of Horizon #59859B

Tints of Horizon #59859B

Color information

#59859B (or 0x59859B) is unknown color: approx Horizon. HEX triplet: 59, 85 and 9B. RGB value is (89,133,155). Sum of RGB (Red+Green+Blue) = 89+133+155=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #59859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59859B is #A67A64. Grayscale: #7A7A7A. Windows color (decimal): -10910309 or 10192217. OLE color: 10192217.

HSL color Cylindrical-coordinate representation of color #59859B: hue angle of 200º 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 #59859B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89133155-
CMYK0.430.1400.39
HSL200º27.05%47.84%-
HSV(B)200º42.58%60.78%-
XYZ18.4221.2734.14-
YUV122.35146.42104.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=23.61%
G=35.28%
B=41.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891331550.430.1400.3920027.0547.84
Hex59859B2BE027c81b30
Octal13120523353160473103360
Binary10110011000010110011011101011111001001111100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59859B; }

 p { color: rgb(89,133,155); }

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

<style>
 a { background-color: #59859B; }

 a { background-color: rgb(89,133,155); }

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

<style>
 span { border-color: #59859B; }

 span { border-color: rgb(89,133,155); }

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