Shades of Patina #539883
Tints of Patina #539883
RGB
CMYK
RGB Variations
Color information
#539883 (or 0x539883) is known color: Patina. HEX triplet: 53, 98 and 83. RGB value is (83,152,131). Sum of RGB (Red+Green+Blue) = 83+152+131=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #539883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539883 is #AC677C. Grayscale: #808080. Windows color (decimal): -11298685 or 8624211. OLE color: 8624211.
HSL color Cylindrical-coordinate representation of color #539883: hue angle of 161.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539883 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 131 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.40 |
| HSL | 161.74º | 0.29% | 0.46% | - |
| HSV(B) | 161.74º | 0.45% | 0.6% | - |
| XYZ | 18.89 | 25.93 | 25.48 | - |
| YUV | 128.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 131 | 0.45 | 0 | 0.14 | 0.40 | 161.74 | 0.29 | 0.46 |
| Hex | 53 | 98 | 83 | 2D | 0 | E | 28 | A2 | 1D | 2E |
| Octal | 123 | 230 | 203 | 55 | 0 | 16 | 50 | 242 | 35 | 56 |
| Binary | 1010011 | 10011000 | 10000011 | 101101 | 0 | 1110 | 101000 | 10100010 | 11101 | 101110 |
Color Harmonies of #539883
Complementary color
Monochromatic Colors of #539883
Black with #539883
Text Example
Text Example
White with #539883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539883; }
p { color: rgb(83,152,131); }
H1.HeaderClassName
{
color: #539883;
}
.AnyTagClassName
{
color: #539883;
}
</style>
background-color css
<style>
a { background-color: #539883; }
a { background-color: rgb(83,152,131); }
div.DivClassName
{
background-color: #539883;
}
.BgClassName
{
background-color: #539883;
}
</style>
border-color css
<style>
span { border-color: #539883; }
span { border-color: rgb(83,152,131); }
td.TdClassName
{
border-color: #539883;
}
.TagClassName
{
border-color: #539883;
}
</style>