Shades of Patina #5B937A
Tints of Patina #5B937A
RGB
CMYK
RGB Variations
Color information
#5B937A (or 0x5B937A) is known color: Patina. HEX triplet: 5B, 93 and 7A. RGB value is (91,147,122). Sum of RGB (Red+Green+Blue) = 91+147+122=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #5B937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B937A is #A46C85. Grayscale: #7F7F7F. Windows color (decimal): -10775686 or 8033115. OLE color: 8033115.
HSL color Cylindrical-coordinate representation of color #5B937A: hue angle of 153.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B937A is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 122 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.42 |
| HSL | 153.21º | 0.24% | 0.47% | - |
| HSV(B) | 153.21º | 0.38% | 0.58% | - |
| XYZ | 18.26 | 24.5 | 22.18 | - |
| YUV | 127.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 122 | 0.38 | 0 | 0.17 | 0.42 | 153.21 | 0.24 | 0.47 |
| Hex | 5B | 93 | 7A | 26 | 0 | 11 | 2A | 99 | 18 | 2F |
| Octal | 133 | 223 | 172 | 46 | 0 | 21 | 52 | 231 | 30 | 57 |
| Binary | 1011011 | 10010011 | 1111010 | 100110 | 0 | 10001 | 101010 | 10011001 | 11000 | 101111 |
Color Harmonies of #5B937A
Complementary color
Monochromatic Colors of #5B937A
Black with #5B937A
Text Example
Text Example
White with #5B937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B937A; }
p { color: rgb(91,147,122); }
H1.HeaderClassName
{
color: #5B937A;
}
.AnyTagClassName
{
color: #5B937A;
}
</style>
background-color css
<style>
a { background-color: #5B937A; }
a { background-color: rgb(91,147,122); }
div.DivClassName
{
background-color: #5B937A;
}
.BgClassName
{
background-color: #5B937A;
}
</style>
border-color css
<style>
span { border-color: #5B937A; }
span { border-color: rgb(91,147,122); }
td.TdClassName
{
border-color: #5B937A;
}
.TagClassName
{
border-color: #5B937A;
}
</style>