Shades of Patina #5B8F87
Tints of Patina #5B8F87
RGB
CMYK
RGB Variations
Color information
#5B8F87 (or 0x5B8F87) is known color: Patina. HEX triplet: 5B, 8F and 87. RGB value is (91,143,135). Sum of RGB (Red+Green+Blue) = 91+143+135=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #5B8F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8F87 is #A47078. Grayscale: #7E7E7E. Windows color (decimal): -10776697 or 8884059. OLE color: 8884059.
HSL color Cylindrical-coordinate representation of color #5B8F87: hue angle of 170.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8F87 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 143 | 135 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.44 |
| HSL | 170.77º | 0.22% | 0.46% | - |
| HSV(B) | 170.77º | 0.36% | 0.56% | - |
| XYZ | 18.51 | 23.62 | 26.5 | - |
| YUV | 126.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 135 | 0.36 | 0 | 0.06 | 0.44 | 170.77 | 0.22 | 0.46 |
| Hex | 5B | 8F | 87 | 24 | 0 | 6 | 2C | AB | 16 | 2E |
| Octal | 133 | 217 | 207 | 44 | 0 | 6 | 54 | 253 | 26 | 56 |
| Binary | 1011011 | 10001111 | 10000111 | 100100 | 0 | 110 | 101100 | 10101011 | 10110 | 101110 |
Color Harmonies of #5B8F87
Complementary color
Monochromatic Colors of #5B8F87
Black with #5B8F87
Text Example
Text Example
White with #5B8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8F87; }
p { color: rgb(91,143,135); }
H1.HeaderClassName
{
color: #5B8F87;
}
.AnyTagClassName
{
color: #5B8F87;
}
</style>
background-color css
<style>
a { background-color: #5B8F87; }
a { background-color: rgb(91,143,135); }
div.DivClassName
{
background-color: #5B8F87;
}
.BgClassName
{
background-color: #5B8F87;
}
</style>
border-color css
<style>
span { border-color: #5B8F87; }
span { border-color: rgb(91,143,135); }
td.TdClassName
{
border-color: #5B8F87;
}
.TagClassName
{
border-color: #5B8F87;
}
</style>