Shades of Patina #5B917B
Tints of Patina #5B917B
RGB
CMYK
RGB Variations
Color information
#5B917B (or 0x5B917B) is known color: Patina. HEX triplet: 5B, 91 and 7B. RGB value is (91,145,123). Sum of RGB (Red+Green+Blue) = 91+145+123=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #5B917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B917B is #A46E84. Grayscale: #7E7E7E. Windows color (decimal): -10776197 or 8098139. OLE color: 8098139.
HSL color Cylindrical-coordinate representation of color #5B917B: hue angle of 155.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B917B is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 123 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.43 |
| HSL | 155.56º | 0.23% | 0.46% | - |
| HSV(B) | 155.56º | 0.37% | 0.57% | - |
| XYZ | 18.01 | 23.91 | 22.4 | - |
| YUV | 126.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 123 | 0.37 | 0 | 0.15 | 0.43 | 155.56 | 0.23 | 0.46 |
| Hex | 5B | 91 | 7B | 25 | 0 | F | 2B | 9C | 17 | 2E |
| Octal | 133 | 221 | 173 | 45 | 0 | 17 | 53 | 234 | 27 | 56 |
| Binary | 1011011 | 10010001 | 1111011 | 100101 | 0 | 1111 | 101011 | 10011100 | 10111 | 101110 |
Color Harmonies of #5B917B
Complementary color
Monochromatic Colors of #5B917B
Black with #5B917B
Text Example
Text Example
White with #5B917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B917B; }
p { color: rgb(91,145,123); }
H1.HeaderClassName
{
color: #5B917B;
}
.AnyTagClassName
{
color: #5B917B;
}
</style>
background-color css
<style>
a { background-color: #5B917B; }
a { background-color: rgb(91,145,123); }
div.DivClassName
{
background-color: #5B917B;
}
.BgClassName
{
background-color: #5B917B;
}
</style>
border-color css
<style>
span { border-color: #5B917B; }
span { border-color: rgb(91,145,123); }
td.TdClassName
{
border-color: #5B917B;
}
.TagClassName
{
border-color: #5B917B;
}
</style>