Shades of Chateau Green #559B63
Tints of Chateau Green #559B63
RGB
CMYK
RGB Variations
Color information
#559B63 (or 0x559B63) is known color: Chateau Green. HEX triplet: 55, 9B and 63. RGB value is (85,155,99). Sum of RGB (Red+Green+Blue) = 85+155+99=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #559B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B63 is #AA649C. Grayscale: #7F7F7F. Windows color (decimal): -11166877 or 6527829. OLE color: 6527829.
HSL color Cylindrical-coordinate representation of color #559B63: hue angle of 132º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B63 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 99 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.39 |
| HSL | 132º | 0.29% | 0.47% | - |
| HSV(B) | 132º | 0.45% | 0.61% | - |
| XYZ | 17.72 | 26.27 | 15.94 | - |
| YUV | 127.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 99 | 0.45 | 0 | 0.36 | 0.39 | 132 | 0.29 | 0.47 |
| Hex | 55 | 9B | 63 | 2D | 0 | 24 | 27 | 84 | 1D | 2F |
| Octal | 125 | 233 | 143 | 55 | 0 | 44 | 47 | 204 | 35 | 57 |
| Binary | 1010101 | 10011011 | 1100011 | 101101 | 0 | 100100 | 100111 | 10000100 | 11101 | 101111 |
Color Harmonies of #559B63
Complementary color
Monochromatic Colors of #559B63
Black with #559B63
Text Example
Text Example
White with #559B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B63; }
p { color: rgb(85,155,99); }
H1.HeaderClassName
{
color: #559B63;
}
.AnyTagClassName
{
color: #559B63;
}
</style>
background-color css
<style>
a { background-color: #559B63; }
a { background-color: rgb(85,155,99); }
div.DivClassName
{
background-color: #559B63;
}
.BgClassName
{
background-color: #559B63;
}
</style>
border-color css
<style>
span { border-color: #559B63; }
span { border-color: rgb(85,155,99); }
td.TdClassName
{
border-color: #559B63;
}
.TagClassName
{
border-color: #559B63;
}
</style>