Shades of Chateau Green #509166
Tints of Chateau Green #509166
RGB
CMYK
RGB Variations
Color information
#509166 (or 0x509166) is known color: Chateau Green. HEX triplet: 50, 91 and 66. RGB value is (80,145,102). Sum of RGB (Red+Green+Blue) = 80+145+102=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #509166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509166 is #AF6E99. Grayscale: #787878. Windows color (decimal): -11497114 or 6721872. OLE color: 6721872.
HSL color Cylindrical-coordinate representation of color #509166: hue angle of 140.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509166 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 102 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.43 |
| HSL | 140.31º | 0.29% | 0.44% | - |
| HSV(B) | 140.31º | 0.45% | 0.57% | - |
| XYZ | 15.83 | 22.92 | 16.16 | - |
| YUV | 120.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 102 | 0.45 | 0 | 0.30 | 0.43 | 140.31 | 0.29 | 0.44 |
| Hex | 50 | 91 | 66 | 2D | 0 | 1E | 2B | 8C | 1D | 2C |
| Octal | 120 | 221 | 146 | 55 | 0 | 36 | 53 | 214 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1100110 | 101101 | 0 | 11110 | 101011 | 10001100 | 11101 | 101100 |
Color Harmonies of #509166
Complementary color
Monochromatic Colors of #509166
Black with #509166
Text Example
Text Example
White with #509166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509166; }
p { color: rgb(80,145,102); }
H1.HeaderClassName
{
color: #509166;
}
.AnyTagClassName
{
color: #509166;
}
</style>
background-color css
<style>
a { background-color: #509166; }
a { background-color: rgb(80,145,102); }
div.DivClassName
{
background-color: #509166;
}
.BgClassName
{
background-color: #509166;
}
</style>
border-color css
<style>
span { border-color: #509166; }
span { border-color: rgb(80,145,102); }
td.TdClassName
{
border-color: #509166;
}
.TagClassName
{
border-color: #509166;
}
</style>