#59869B

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

Shades of Horizon #59869B

Tints of Horizon #59869B

Color information

#59869B (or 0x59869B) is unknown color: approx Horizon. HEX triplet: 59, 86 and 9B. RGB value is (89,134,155). Sum of RGB (Red+Green+Blue) = 89+134+155=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #59869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59869B is #A67964. Grayscale: #7A7A7A. Windows color (decimal): -10910053 or 10192473. OLE color: 10192473.

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

Color convert

RGB89134155-
CMYK0.430.1400.39
HSL199.09º27.05%47.84%-
HSV(B)199.09º42.58%60.78%-
XYZ18.5621.5434.19-
YUV122.94146.09103.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=23.54%
G=35.45%
B=41.01%

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
Decimal891341550.430.1400.39199.0927.0547.84
Hex59869B2BE027c71b30
Octal13120623353160473073360
Binary10110011000011010011011101011111001001111100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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