Html Css Color HEX #599B85 Patina

📋 copy color: '#599B85'

red 89 ◦ green 155 ◦ blue 133

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

Shades of Patina #599B85

Tints of Patina #599B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 23.61%
G = 41.11%
B = 35.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#599B85 (or 0x599B85) is known color: Patina. HEX triplet: 59, 9B and 85. RGB value is (89,155,133). Sum of RGB (Red+Green+Blue) = 89+155+133=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #599B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B85 is #A6647A. Grayscale: #848484. Windows color (decimal): -10904699 or 8756057. OLE color: 8756057.

HSL color Cylindrical-coordinate representation of color #599B85: hue angle of 160º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B85 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 155 133 -
CMYK 0.43 0 0.14 0.39
HSL 160º 0.27% 0.48% -
HSV(B) 160º 0.43% 0.61% -
XYZ 20.07 27.26 26.39 -
YUV 132.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 89 155 133 0.43 0 0.14 0.39 160 0.27 0.48
Hex 59 9B 85 2B 0 E 27 A0 1B 30
Octal 131 233 205 53 0 16 47 240 33 60
Binary 1011001 10011011 10000101 101011 0 1110 100111 10100000 11011 110000

Color Harmonies of #599B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B85

Black with #599B85

Text Example


Text Example

White with #599B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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