Shades of Patina #599B7B
Tints of Patina #599B7B
RGB
CMYK
RGB Variations
Color information
#599B7B (or 0x599B7B) is known color: Patina. HEX triplet: 59, 9B and 7B. RGB value is (89,155,123). Sum of RGB (Red+Green+Blue) = 89+155+123=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #599B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B7B is #A66484. Grayscale: #838383. Windows color (decimal): -10904709 or 8100697. OLE color: 8100697.
HSL color Cylindrical-coordinate representation of color #599B7B: hue angle of 150.91º 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 #599B7B is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 123 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.39 |
| HSL | 150.91º | 0.27% | 0.48% | - |
| HSV(B) | 150.91º | 0.43% | 0.61% | - |
| XYZ | 19.42 | 27 | 22.93 | - |
| YUV | 131.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 123 | 0.43 | 0 | 0.21 | 0.39 | 150.91 | 0.27 | 0.48 |
| Hex | 59 | 9B | 7B | 2B | 0 | 15 | 27 | 97 | 1B | 30 |
| Octal | 131 | 233 | 173 | 53 | 0 | 25 | 47 | 227 | 33 | 60 |
| Binary | 1011001 | 10011011 | 1111011 | 101011 | 0 | 10101 | 100111 | 10010111 | 11011 | 110000 |
Color Harmonies of #599B7B
Complementary color
Monochromatic Colors of #599B7B
Black with #599B7B
Text Example
Text Example
White with #599B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B7B; }
p { color: rgb(89,155,123); }
H1.HeaderClassName
{
color: #599B7B;
}
.AnyTagClassName
{
color: #599B7B;
}
</style>
background-color css
<style>
a { background-color: #599B7B; }
a { background-color: rgb(89,155,123); }
div.DivClassName
{
background-color: #599B7B;
}
.BgClassName
{
background-color: #599B7B;
}
</style>
border-color css
<style>
span { border-color: #599B7B; }
span { border-color: rgb(89,155,123); }
td.TdClassName
{
border-color: #599B7B;
}
.TagClassName
{
border-color: #599B7B;
}
</style>