Shades of Patina #5D9A83
Tints of Patina #5D9A83
RGB
CMYK
RGB Variations
Color information
#5D9A83 (or 0x5D9A83) is known color: Patina. HEX triplet: 5D, 9A and 83. RGB value is (93,154,131). Sum of RGB (Red+Green+Blue) = 93+154+131=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9A83 is #A2657C. Grayscale: #858585. Windows color (decimal): -10642813 or 8624733. OLE color: 8624733.
HSL color Cylindrical-coordinate representation of color #5D9A83: hue angle of 157.38º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A83 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 131 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.40 |
| HSL | 157.38º | 0.25% | 0.48% | - |
| HSV(B) | 157.38º | 0.4% | 0.6% | - |
| XYZ | 20.17 | 27.08 | 25.64 | - |
| YUV | 133.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 131 | 0.40 | 0 | 0.15 | 0.40 | 157.38 | 0.25 | 0.48 |
| Hex | 5D | 9A | 83 | 28 | 0 | F | 28 | 9D | 19 | 30 |
| Octal | 135 | 232 | 203 | 50 | 0 | 17 | 50 | 235 | 31 | 60 |
| Binary | 1011101 | 10011010 | 10000011 | 101000 | 0 | 1111 | 101000 | 10011101 | 11001 | 110000 |
Color Harmonies of #5D9A83
Complementary color
Monochromatic Colors of #5D9A83
Black with #5D9A83
Text Example
Text Example
White with #5D9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A83; }
p { color: rgb(93,154,131); }
H1.HeaderClassName
{
color: #5D9A83;
}
.AnyTagClassName
{
color: #5D9A83;
}
</style>
background-color css
<style>
a { background-color: #5D9A83; }
a { background-color: rgb(93,154,131); }
div.DivClassName
{
background-color: #5D9A83;
}
.BgClassName
{
background-color: #5D9A83;
}
</style>
border-color css
<style>
span { border-color: #5D9A83; }
span { border-color: rgb(93,154,131); }
td.TdClassName
{
border-color: #5D9A83;
}
.TagClassName
{
border-color: #5D9A83;
}
</style>