Html Css Color HEX #599685 Patina

📋 copy color: '#599685'

red 89 ◦ green 150 ◦ blue 133

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

Shades of Patina #599685

Tints of Patina #599685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 23.92%
G = 40.32%
B = 35.75%

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

#599685 (or 0x599685) is known color: Patina. HEX triplet: 59, 96 and 85. RGB value is (89,150,133). Sum of RGB (Red+Green+Blue) = 89+150+133=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #599685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599685 is #A6697A. Grayscale: #818181. Windows color (decimal): -10905979 or 8754777. OLE color: 8754777.

HSL color Cylindrical-coordinate representation of color #599685: hue angle of 163.28º 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 #599685 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 133 -
CMYK 0.41 0 0.11 0.41
HSL 163.28º 0.26% 0.47% -
HSV(B) 163.28º 0.41% 0.59% -
XYZ 19.26 25.63 26.12 -
YUV 129.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 89 150 133 0.41 0 0.11 0.41 163.28 0.26 0.47
Hex 59 96 85 29 0 B 29 A3 1A 2F
Octal 131 226 205 51 0 13 51 243 32 57
Binary 1011001 10010110 10000101 101001 0 1011 101001 10100011 11010 101111

Color Harmonies of #599685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599685

Black with #599685

Text Example


Text Example

White with #599685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599685; }

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

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

background-color css

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

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

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

border-color css

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

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

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