Shades of Patina #5E8B83
Tints of Patina #5E8B83
RGB
CMYK
RGB Variations
Color information
#5E8B83 (or 0x5E8B83) is known color: Patina. HEX triplet: 5E, 8B and 83. RGB value is (94,139,131). Sum of RGB (Red+Green+Blue) = 94+139+131=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8B83 is #A1747C. Grayscale: #7C7C7C. Windows color (decimal): -10581117 or 8620894. OLE color: 8620894.
HSL color Cylindrical-coordinate representation of color #5E8B83: hue angle of 169.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8B83 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 131 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.45 |
| HSL | 169.33º | 0.19% | 0.46% | - |
| HSV(B) | 169.33º | 0.32% | 0.55% | - |
| XYZ | 17.95 | 22.48 | 24.87 | - |
| YUV | 124.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 131 | 0.32 | 0 | 0.06 | 0.45 | 169.33 | 0.19 | 0.46 |
| Hex | 5E | 8B | 83 | 20 | 0 | 6 | 2D | A9 | 13 | 2E |
| Octal | 136 | 213 | 203 | 40 | 0 | 6 | 55 | 251 | 23 | 56 |
| Binary | 1011110 | 10001011 | 10000011 | 100000 | 0 | 110 | 101101 | 10101001 | 10011 | 101110 |
Color Harmonies of #5E8B83
Complementary color
Monochromatic Colors of #5E8B83
Black with #5E8B83
Text Example
Text Example
White with #5E8B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B83; }
p { color: rgb(94,139,131); }
H1.HeaderClassName
{
color: #5E8B83;
}
.AnyTagClassName
{
color: #5E8B83;
}
</style>
background-color css
<style>
a { background-color: #5E8B83; }
a { background-color: rgb(94,139,131); }
div.DivClassName
{
background-color: #5E8B83;
}
.BgClassName
{
background-color: #5E8B83;
}
</style>
border-color css
<style>
span { border-color: #5E8B83; }
span { border-color: rgb(94,139,131); }
td.TdClassName
{
border-color: #5E8B83;
}
.TagClassName
{
border-color: #5E8B83;
}
</style>