Html Css Color HEX #599588 Patina

📋 copy color: '#599588'

red 89 ◦ green 149 ◦ blue 136

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

Shades of Patina #599588

Tints of Patina #599588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 23.8%
G = 39.84%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#599588 (or 0x599588) is known color: Patina. HEX triplet: 59, 95 and 88. RGB value is (89,149,136). Sum of RGB (Red+Green+Blue) = 89+149+136=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #599588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599588 is #A66A77. Grayscale: #818181. Windows color (decimal): -10906232 or 8951129. OLE color: 8951129.

HSL color Cylindrical-coordinate representation of color #599588: hue angle of 167º 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 #599588 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 136 -
CMYK 0.40 0 0.09 0.42
HSL 167º 0.25% 0.47% -
HSV(B) 167º 0.4% 0.58% -
XYZ 19.31 25.4 27.18 -
YUV 129.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 89 149 136 0.40 0 0.09 0.42 167 0.25 0.47
Hex 59 95 88 28 0 9 2A A7 19 2F
Octal 131 225 210 50 0 11 52 247 31 57
Binary 1011001 10010101 10001000 101000 0 1001 101010 10100111 11001 101111

Color Harmonies of #599588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599588

Black with #599588

Text Example


Text Example

White with #599588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599588; }

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

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

background-color css

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

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

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

border-color css

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

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

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