#59859A

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

Shades of Horizon #59859A

Tints of Horizon #59859A

Color information

#59859A (or 0x59859A) is unknown color: approx Horizon. HEX triplet: 59, 85 and 9A. RGB value is (89,133,154). Sum of RGB (Red+Green+Blue) = 89+133+154=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #59859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59859A is #A67A65. Grayscale: #7A7A7A. Windows color (decimal): -10910310 or 10126681. OLE color: 10126681.

HSL color Cylindrical-coordinate representation of color #59859A: hue angle of 199.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59859A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89133154-
CMYK0.420.1400.40
HSL199.38º26.75%47.65%-
HSV(B)199.38º42.21%60.39%-
XYZ18.3421.2333.7-
YUV122.24145.92104.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=23.67%
G=35.37%
B=40.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891331540.420.1400.40199.3826.7547.65
Hex59859A2AE028c71b30
Octal13120523252160503073360
Binary10110011000010110011010101010111001010001100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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