Shades of Chateau Green #53A663
Tints of Chateau Green #53A663
RGB
CMYK
RGB Variations
Color information
#53A663 (or 0x53A663) is known color: Chateau Green. HEX triplet: 53, A6 and 63. RGB value is (83,166,99). Sum of RGB (Red+Green+Blue) = 83+166+99=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #53A663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A663 is #AC599C. Grayscale: #858585. Windows color (decimal): -11295133 or 6530643. OLE color: 6530643.
HSL color Cylindrical-coordinate representation of color #53A663: hue angle of 131.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A663 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 99 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.35 |
| HSL | 131.57º | 0.33% | 0.49% | - |
| HSV(B) | 131.57º | 0.5% | 0.65% | - |
| XYZ | 19.46 | 30.01 | 16.57 | - |
| YUV | 133.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 99 | 0.50 | 0 | 0.40 | 0.35 | 131.57 | 0.33 | 0.49 |
| Hex | 53 | A6 | 63 | 32 | 0 | 28 | 23 | 84 | 21 | 31 |
| Octal | 123 | 246 | 143 | 62 | 0 | 50 | 43 | 204 | 41 | 61 |
| Binary | 1010011 | 10100110 | 1100011 | 110010 | 0 | 101000 | 100011 | 10000100 | 100001 | 110001 |
Color Harmonies of #53A663
Complementary color
Monochromatic Colors of #53A663
Black with #53A663
Text Example
Text Example
White with #53A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A663; }
p { color: rgb(83,166,99); }
H1.HeaderClassName
{
color: #53A663;
}
.AnyTagClassName
{
color: #53A663;
}
</style>
background-color css
<style>
a { background-color: #53A663; }
a { background-color: rgb(83,166,99); }
div.DivClassName
{
background-color: #53A663;
}
.BgClassName
{
background-color: #53A663;
}
</style>
border-color css
<style>
span { border-color: #53A663; }
span { border-color: rgb(83,166,99); }
td.TdClassName
{
border-color: #53A663;
}
.TagClassName
{
border-color: #53A663;
}
</style>