Shades of Patina #56997B
Tints of Patina #56997B
RGB
CMYK
RGB Variations
Color information
#56997B (or 0x56997B) is known color: Patina. HEX triplet: 56, 99 and 7B. RGB value is (86,153,123). Sum of RGB (Red+Green+Blue) = 86+153+123=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #56997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56997B is #A96684. Grayscale: #818181. Windows color (decimal): -11101829 or 8100182. OLE color: 8100182.
HSL color Cylindrical-coordinate representation of color #56997B: hue angle of 153.13º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56997B is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 123 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.4 |
| HSL | 153.13º | 0.28% | 0.47% | - |
| HSV(B) | 153.13º | 0.44% | 0.6% | - |
| XYZ | 18.8 | 26.19 | 22.8 | - |
| YUV | 129.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 123 | 0.44 | 0 | 0.20 | 0.4 | 153.13 | 0.28 | 0.47 |
| Hex | 56 | 99 | 7B | 2C | 0 | 14 | 28 | 99 | 1C | 2F |
| Octal | 126 | 231 | 173 | 54 | 0 | 24 | 50 | 231 | 34 | 57 |
| Binary | 1010110 | 10011001 | 1111011 | 101100 | 0 | 10100 | 101000 | 10011001 | 11100 | 101111 |
Color Harmonies of #56997B
Complementary color
Monochromatic Colors of #56997B
Black with #56997B
Text Example
Text Example
White with #56997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56997B; }
p { color: rgb(86,153,123); }
H1.HeaderClassName
{
color: #56997B;
}
.AnyTagClassName
{
color: #56997B;
}
</style>
background-color css
<style>
a { background-color: #56997B; }
a { background-color: rgb(86,153,123); }
div.DivClassName
{
background-color: #56997B;
}
.BgClassName
{
background-color: #56997B;
}
</style>
border-color css
<style>
span { border-color: #56997B; }
span { border-color: rgb(86,153,123); }
td.TdClassName
{
border-color: #56997B;
}
.TagClassName
{
border-color: #56997B;
}
</style>