Html Css Color HEX #599F80 Patina

📋 copy color: '#599F80'

red 89 ◦ green 159 ◦ blue 128

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

Shades of Patina #599F80

Tints of Patina #599F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.29%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 23.67%
G = 42.29%
B = 34.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#599F80 (or 0x599F80) is known color: Patina. HEX triplet: 59, 9F and 80. RGB value is (89,159,128). Sum of RGB (Red+Green+Blue) = 89+159+128=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #599F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F80 is #A6607F. Grayscale: #868686. Windows color (decimal): -10903680 or 8429401. OLE color: 8429401.

HSL color Cylindrical-coordinate representation of color #599F80: hue angle of 153.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F80 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 159 128 -
CMYK 0.44 0 0.19 0.38
HSL 153.43º 0.28% 0.49% -
HSV(B) 153.43º 0.44% 0.62% -
XYZ 20.41 28.48 24.84 -
YUV 134.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 89 159 128 0.44 0 0.19 0.38 153.43 0.28 0.49
Hex 59 9F 80 2C 0 13 26 99 1C 31
Octal 131 237 200 54 0 23 46 231 34 61
Binary 1011001 10011111 10000000 101100 0 10011 100110 10011001 11100 110001

Color Harmonies of #599F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599F80

Black with #599F80

Text Example


Text Example

White with #599F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599F80; }

 p { color: rgb(89,159,128); }

 H1.HeaderClassName
 {
   color: #599F80;
 }
 .AnyTagClassName
 {
   color: #599F80;
 }
</style>

background-color css

<style>
 a { background-color: #599F80; }

 a { background-color: rgb(89,159,128); }

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

border-color css

<style>
 span { border-color: #599F80; }

 span { border-color: rgb(89,159,128); }

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