Shades of Cutty Sark #52856E
Tints of Cutty Sark #52856E
RGB
CMYK
RGB Variations
Color information
#52856E (or 0x52856E) is known color: Cutty Sark. HEX triplet: 52, 85 and 6E. RGB value is (82,133,110). Sum of RGB (Red+Green+Blue) = 82+133+110=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #52856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52856E is #AD7A91. Grayscale: #737373. Windows color (decimal): -11369106 or 7243090. OLE color: 7243090.
HSL color Cylindrical-coordinate representation of color #52856E: hue angle of 152.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52856E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 110 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.48 |
| HSL | 152.94º | 0.24% | 0.42% | - |
| HSV(B) | 152.94º | 0.38% | 0.52% | - |
| XYZ | 14.68 | 19.69 | 17.78 | - |
| YUV | 115.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 110 | 0.38 | 0 | 0.17 | 0.48 | 152.94 | 0.24 | 0.42 |
| Hex | 52 | 85 | 6E | 26 | 0 | 11 | 30 | 99 | 18 | 2A |
| Octal | 122 | 205 | 156 | 46 | 0 | 21 | 60 | 231 | 30 | 52 |
| Binary | 1010010 | 10000101 | 1101110 | 100110 | 0 | 10001 | 110000 | 10011001 | 11000 | 101010 |
Color Harmonies of #52856E
Complementary color
Monochromatic Colors of #52856E
Black with #52856E
Text Example
Text Example
White with #52856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52856E; }
p { color: rgb(82,133,110); }
H1.HeaderClassName
{
color: #52856E;
}
.AnyTagClassName
{
color: #52856E;
}
</style>
background-color css
<style>
a { background-color: #52856E; }
a { background-color: rgb(82,133,110); }
div.DivClassName
{
background-color: #52856E;
}
.BgClassName
{
background-color: #52856E;
}
</style>
border-color css
<style>
span { border-color: #52856E; }
span { border-color: rgb(82,133,110); }
td.TdClassName
{
border-color: #52856E;
}
.TagClassName
{
border-color: #52856E;
}
</style>