Html Css Color HEX #599C80 Patina

📋 copy color: '#599C80'

red 89 ◦ green 156 ◦ blue 128

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

Shades of Patina #599C80

Tints of Patina #599C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.82%

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

R = 23.86%
G = 41.82%
B = 34.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#599C80 (or 0x599C80) is known color: Patina. HEX triplet: 59, 9C and 80. RGB value is (89,156,128). Sum of RGB (Red+Green+Blue) = 89+156+128=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #599C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C80 is #A6637F. Grayscale: #848484. Windows color (decimal): -10904448 or 8428633. OLE color: 8428633.

HSL color Cylindrical-coordinate representation of color #599C80: hue angle of 154.93º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C80 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 156 128 -
CMYK 0.43 0 0.18 0.39
HSL 154.93º 0.27% 0.48% -
HSV(B) 154.93º 0.43% 0.61% -
XYZ 19.9 27.46 24.67 -
YUV 132.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 89 156 128 0.43 0 0.18 0.39 154.93 0.27 0.48
Hex 59 9C 80 2B 0 12 27 9B 1B 30
Octal 131 234 200 53 0 22 47 233 33 60
Binary 1011001 10011100 10000000 101011 0 10010 100111 10011011 11011 110000

Color Harmonies of #599C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C80

Black with #599C80

Text Example


Text Example

White with #599C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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