Html Css Color HEX #599686 Patina

📋 copy color: '#599686'

red 89 ◦ green 150 ◦ blue 134

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

Shades of Patina #599686

Tints of Patina #599686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 23.86%
G = 40.21%
B = 35.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#599686 (or 0x599686) is known color: Patina. HEX triplet: 59, 96 and 86. RGB value is (89,150,134). Sum of RGB (Red+Green+Blue) = 89+150+134=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #599686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599686 is #A66979. Grayscale: #818181. Windows color (decimal): -10905978 or 8820313. OLE color: 8820313.

HSL color Cylindrical-coordinate representation of color #599686: hue angle of 164.26º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599686 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 134 -
CMYK 0.41 0 0.11 0.41
HSL 164.26º 0.26% 0.47% -
HSV(B) 164.26º 0.41% 0.59% -
XYZ 19.33 25.66 26.49 -
YUV 129.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 89 150 134 0.41 0 0.11 0.41 164.26 0.26 0.47
Hex 59 96 86 29 0 B 29 A4 1A 2F
Octal 131 226 206 51 0 13 51 244 32 57
Binary 1011001 10010110 10000110 101001 0 1011 101001 10100100 11010 101111

Color Harmonies of #599686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599686

Black with #599686

Text Example


Text Example

White with #599686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599686; }

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

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

background-color css

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

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

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

border-color css

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

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

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