Html Css Color HEX #599A86 Patina

📋 copy color: '#599A86'

red 89 ◦ green 154 ◦ blue 134

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

Shades of Patina #599A86

Tints of Patina #599A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 23.61%
G = 40.85%
B = 35.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#599A86 (or 0x599A86) is known color: Patina. HEX triplet: 59, 9A and 86. RGB value is (89,154,134). Sum of RGB (Red+Green+Blue) = 89+154+134=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #599A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A86 is #A66579. Grayscale: #848484. Windows color (decimal): -10904954 or 8821337. OLE color: 8821337.

HSL color Cylindrical-coordinate representation of color #599A86: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A86 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 134 -
CMYK 0.42 0 0.13 0.40
HSL 161.54º 0.27% 0.48% -
HSV(B) 161.54º 0.42% 0.6% -
XYZ 19.98 26.96 26.7 -
YUV 132.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 89 154 134 0.42 0 0.13 0.40 161.54 0.27 0.48
Hex 59 9A 86 2A 0 D 28 A2 1B 30
Octal 131 232 206 52 0 15 50 242 33 60
Binary 1011001 10011010 10000110 101010 0 1101 101000 10100010 11011 110000

Color Harmonies of #599A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A86

Black with #599A86

Text Example


Text Example

White with #599A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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