Shades of Patina #5B877D
Tints of Patina #5B877D
RGB
CMYK
RGB Variations
Color information
#5B877D (or 0x5B877D) is known color: Patina. HEX triplet: 5B, 87 and 7D. RGB value is (91,135,125). Sum of RGB (Red+Green+Blue) = 91+135+125=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #5B877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B877D is #A47882. Grayscale: #787878. Windows color (decimal): -10778755 or 8226651. OLE color: 8226651.
HSL color Cylindrical-coordinate representation of color #5B877D: hue angle of 166.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B877D is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 125 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.47 |
| HSL | 166.36º | 0.19% | 0.44% | - |
| HSV(B) | 166.36º | 0.33% | 0.53% | - |
| XYZ | 16.68 | 21.03 | 22.58 | - |
| YUV | 120.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 125 | 0.33 | 0 | 0.07 | 0.47 | 166.36 | 0.19 | 0.44 |
| Hex | 5B | 87 | 7D | 21 | 0 | 7 | 2F | A6 | 13 | 2C |
| Octal | 133 | 207 | 175 | 41 | 0 | 7 | 57 | 246 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1111101 | 100001 | 0 | 111 | 101111 | 10100110 | 10011 | 101100 |
Color Harmonies of #5B877D
Complementary color
Monochromatic Colors of #5B877D
Black with #5B877D
Text Example
Text Example
White with #5B877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B877D; }
p { color: rgb(91,135,125); }
H1.HeaderClassName
{
color: #5B877D;
}
.AnyTagClassName
{
color: #5B877D;
}
</style>
background-color css
<style>
a { background-color: #5B877D; }
a { background-color: rgb(91,135,125); }
div.DivClassName
{
background-color: #5B877D;
}
.BgClassName
{
background-color: #5B877D;
}
</style>
border-color css
<style>
span { border-color: #5B877D; }
span { border-color: rgb(91,135,125); }
td.TdClassName
{
border-color: #5B877D;
}
.TagClassName
{
border-color: #5B877D;
}
</style>