Html Css Color HEX #59828E Horizon

📋 copy color: '#59828E'

red 89 ◦ green 130 ◦ blue 142

#59828E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #59828E

Tints of Horizon #59828E

RGB

 RED value IS 89 (35.16% from 255) = 24.65%

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 24.65%
G = 36.01%
B = 39.34%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59828E (or 0x59828E) is known color: Horizon. HEX triplet: 59, 82 and 8E. RGB value is (89,130,142). Sum of RGB (Red+Green+Blue) = 89+130+142=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #59828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59828E is #A67D71. Grayscale: #777777. Windows color (decimal): -10911090 or 9339481. OLE color: 9339481.

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

Color convert

RGB 89 130 142 -
CMYK 0.37 0.08 0 0.44
HSL 193.58º 0.23% 0.45% -
HSV(B) 193.58º 0.37% 0.56% -
XYZ 16.98 20.04 28.56 -
YUV 119.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 89 130 142 0.37 0.08 0 0.44 193.58 0.23 0.45
Hex 59 82 8E 25 8 0 2C C2 17 2D
Octal 131 202 216 45 10 0 54 302 27 55
Binary 1011001 10000010 10001110 100101 1000 0 101100 11000010 10111 101101

Color Harmonies of #59828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59828E

Black with #59828E

Text Example


Text Example

White with #59828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59828E; }

 p { color: rgb(89,130,142); }

 H1.HeaderClassName
 {
   color: #59828E;
 }
 .AnyTagClassName
 {
   color: #59828E;
 }
</style>

background-color css

<style>
 a { background-color: #59828E; }

 a { background-color: rgb(89,130,142); }

 div.DivClassName
 {
   background-color: #59828E;
 }
 .BgClassName
 {
   background-color: #59828E;
 }
</style>

border-color css

<style>
 span { border-color: #59828E; }

 span { border-color: rgb(89,130,142); }

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