Html Css Color HEX #599586 Patina

📋 copy color: '#599586'

red 89 ◦ green 149 ◦ blue 134

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

Shades of Patina #599586

Tints of Patina #599586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 23.92%
G = 40.05%
B = 36.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#599586 (or 0x599586) is known color: Patina. HEX triplet: 59, 95 and 86. RGB value is (89,149,134). Sum of RGB (Red+Green+Blue) = 89+149+134=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #599586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599586 is #A66A79. Grayscale: #818181. Windows color (decimal): -10906234 or 8820057. OLE color: 8820057.

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

Color convert

RGB 89 149 134 -
CMYK 0.40 0 0.10 0.42
HSL 165º 0.25% 0.47% -
HSV(B) 165º 0.4% 0.58% -
XYZ 19.17 25.34 26.43 -
YUV 129.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 89 149 134 0.40 0 0.10 0.42 165 0.25 0.47
Hex 59 95 86 28 0 A 2A A5 19 2F
Octal 131 225 206 50 0 12 52 245 31 57
Binary 1011001 10010101 10000110 101000 0 1010 101010 10100101 11001 101111

Color Harmonies of #599586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599586

Black with #599586

Text Example


Text Example

White with #599586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599586; }

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

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

background-color css

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

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

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

border-color css

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

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

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