#59838F

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

Shades of Horizon #59838F

Tints of Horizon #59838F

Color information

#59838F (or 0x59838F) is unknown color: approx Horizon. HEX triplet: 59, 83 and 8F. RGB value is (89,131,143). Sum of RGB (Red+Green+Blue) = 89+131+143=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #59838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59838F is #A67C70. Grayscale: #777777. Windows color (decimal): -10910833 or 9405273. OLE color: 9405273.

HSL color Cylindrical-coordinate representation of color #59838F: hue angle of 193.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59838F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89131143-
CMYK0.380.0800.44
HSL193.33º23.28%45.49%-
HSV(B)193.33º37.76%56.08%-
XYZ17.1920.3429.01-
YUV119.81141.09106.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=24.52%
G=36.09%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891311430.380.0800.44193.3323.2845.49
Hex59838F26802Cc1172d
Octal13120321746100543012755
Binary10110011000001110001111100110100001011001100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59838F; }

 p { color: rgb(89,131,143); }

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

<style>
 a { background-color: #59838F; }

 a { background-color: rgb(89,131,143); }

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

<style>
 span { border-color: #59838F; }

 span { border-color: rgb(89,131,143); }

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