Html Css Color HEX #599589 Patina

📋 copy color: '#599589'

red 89 ◦ green 149 ◦ blue 137

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

Shades of Patina #599589

Tints of Patina #599589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 23.73%
G = 39.73%
B = 36.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#599589 (or 0x599589) is known color: Patina. HEX triplet: 59, 95 and 89. RGB value is (89,149,137). Sum of RGB (Red+Green+Blue) = 89+149+137=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #599589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599589 is #A66A76. Grayscale: #818181. Windows color (decimal): -10906231 or 9016665. OLE color: 9016665.

HSL color Cylindrical-coordinate representation of color #599589: hue angle of 168º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599589 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 137 -
CMYK 0.40 0 0.08 0.42
HSL 168º 0.25% 0.47% -
HSV(B) 168º 0.4% 0.58% -
XYZ 19.38 25.42 27.55 -
YUV 129.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 89 149 137 0.40 0 0.08 0.42 168 0.25 0.47
Hex 59 95 89 28 0 8 2A A8 19 2F
Octal 131 225 211 50 0 10 52 250 31 57
Binary 1011001 10010101 10001001 101000 0 1000 101010 10101000 11001 101111

Color Harmonies of #599589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599589

Black with #599589

Text Example


Text Example

White with #599589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599589; }

 p { color: rgb(89,149,137); }

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

background-color css

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

 a { background-color: rgb(89,149,137); }

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

border-color css

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

 span { border-color: rgb(89,149,137); }

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