Shades of Patina #5B9488
Tints of Patina #5B9488
RGB
CMYK
RGB Variations
Color information
#5B9488 (or 0x5B9488) is known color: Patina. HEX triplet: 5B, 94 and 88. RGB value is (91,148,136). Sum of RGB (Red+Green+Blue) = 91+148+136=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9488 is #A46B77. Grayscale: #818181. Windows color (decimal): -10775416 or 8950875. OLE color: 8950875.
HSL color Cylindrical-coordinate representation of color #5B9488: hue angle of 167.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9488 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 136 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.42 |
| HSL | 167.37º | 0.24% | 0.47% | - |
| HSV(B) | 167.37º | 0.39% | 0.58% | - |
| XYZ | 19.35 | 25.18 | 27.13 | - |
| YUV | 129.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 136 | 0.39 | 0 | 0.08 | 0.42 | 167.37 | 0.24 | 0.47 |
| Hex | 5B | 94 | 88 | 27 | 0 | 8 | 2A | A7 | 18 | 2F |
| Octal | 133 | 224 | 210 | 47 | 0 | 10 | 52 | 247 | 30 | 57 |
| Binary | 1011011 | 10010100 | 10001000 | 100111 | 0 | 1000 | 101010 | 10100111 | 11000 | 101111 |
Color Harmonies of #5B9488
Complementary color
Monochromatic Colors of #5B9488
Black with #5B9488
Text Example
Text Example
White with #5B9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9488; }
p { color: rgb(91,148,136); }
H1.HeaderClassName
{
color: #5B9488;
}
.AnyTagClassName
{
color: #5B9488;
}
</style>
background-color css
<style>
a { background-color: #5B9488; }
a { background-color: rgb(91,148,136); }
div.DivClassName
{
background-color: #5B9488;
}
.BgClassName
{
background-color: #5B9488;
}
</style>
border-color css
<style>
span { border-color: #5B9488; }
span { border-color: rgb(91,148,136); }
td.TdClassName
{
border-color: #5B9488;
}
.TagClassName
{
border-color: #5B9488;
}
</style>