#59848D

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

Shades of Horizon #59848D

Tints of Horizon #59848D

Color information

#59848D (or 0x59848D) is unknown color: approx Horizon. HEX triplet: 59, 84 and 8D. RGB value is (89,132,141). Sum of RGB (Red+Green+Blue) = 89+132+141=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #59848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59848D is #A67B72. Grayscale: #787878. Windows color (decimal): -10910579 or 9274457. OLE color: 9274457.

HSL color Cylindrical-coordinate representation of color #59848D: hue angle of 190.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59848D is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89132141-
CMYK0.370.0600.45
HSL190.38º22.61%45.1%-
HSV(B)190.38º36.88%55.29%-
XYZ17.1820.5528.26-
YUV120.17139.75105.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=24.59%
G=36.46%
B=38.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891321410.370.0600.45190.3822.6145.1
Hex59848D25602Dbe172d
Octal1312042154560552762755
Binary1011001100001001000110110010111001011011011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59848D; }

 p { color: rgb(89,132,141); }

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

<style>
 a { background-color: #59848D; }

 a { background-color: rgb(89,132,141); }

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

<style>
 span { border-color: #59848D; }

 span { border-color: rgb(89,132,141); }

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