Shades of Patina #5B997C
Tints of Patina #5B997C
RGB
CMYK
RGB Variations
Color information
#5B997C (or 0x5B997C) is known color: Patina. HEX triplet: 5B, 99 and 7C. RGB value is (91,153,124). Sum of RGB (Red+Green+Blue) = 91+153+124=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #5B997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B997C is #A46683. Grayscale: #838383. Windows color (decimal): -10774148 or 8165723. OLE color: 8165723.
HSL color Cylindrical-coordinate representation of color #5B997C: hue angle of 151.94º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B997C is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 124 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.4 |
| HSL | 151.94º | 0.25% | 0.48% | - |
| HSV(B) | 151.94º | 0.41% | 0.6% | - |
| XYZ | 19.34 | 26.46 | 23.16 | - |
| YUV | 131.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 124 | 0.41 | 0 | 0.19 | 0.4 | 151.94 | 0.25 | 0.48 |
| Hex | 5B | 99 | 7C | 29 | 0 | 13 | 28 | 98 | 19 | 30 |
| Octal | 133 | 231 | 174 | 51 | 0 | 23 | 50 | 230 | 31 | 60 |
| Binary | 1011011 | 10011001 | 1111100 | 101001 | 0 | 10011 | 101000 | 10011000 | 11001 | 110000 |
Color Harmonies of #5B997C
Complementary color
Monochromatic Colors of #5B997C
Black with #5B997C
Text Example
Text Example
White with #5B997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B997C; }
p { color: rgb(91,153,124); }
H1.HeaderClassName
{
color: #5B997C;
}
.AnyTagClassName
{
color: #5B997C;
}
</style>
background-color css
<style>
a { background-color: #5B997C; }
a { background-color: rgb(91,153,124); }
div.DivClassName
{
background-color: #5B997C;
}
.BgClassName
{
background-color: #5B997C;
}
</style>
border-color css
<style>
span { border-color: #5B997C; }
span { border-color: rgb(91,153,124); }
td.TdClassName
{
border-color: #5B997C;
}
.TagClassName
{
border-color: #5B997C;
}
</style>