Html Css Color HEX #59828F Horizon

📋 copy color: '#59828F'

red 89 ◦ green 130 ◦ blue 143

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

Shades of Horizon #59828F

Tints of Horizon #59828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 24.59%
G = 35.91%
B = 39.5%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59828F (or 0x59828F) is known color: Horizon. HEX triplet: 59, 82 and 8F. RGB value is (89,130,143). Sum of RGB (Red+Green+Blue) = 89+130+143=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #59828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59828F is #A67D70. Grayscale: #777777. Windows color (decimal): -10911089 or 9405017. OLE color: 9405017.

HSL color Cylindrical-coordinate representation of color #59828F: hue angle of 194.44º 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 #59828F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 130 143 -
CMYK 0.38 0.09 0 0.44
HSL 194.44º 0.23% 0.45% -
HSV(B) 194.44º 0.38% 0.56% -
XYZ 17.06 20.07 28.96 -
YUV 119.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 89 130 143 0.38 0.09 0 0.44 194.44 0.23 0.45
Hex 59 82 8F 26 9 0 2C C2 17 2D
Octal 131 202 217 46 11 0 54 302 27 55
Binary 1011001 10000010 10001111 100110 1001 0 101100 11000010 10111 101101

Color Harmonies of #59828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59828F

Black with #59828F

Text Example


Text Example

White with #59828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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