Shades of Cutty Sark #52866C
Tints of Cutty Sark #52866C
RGB
CMYK
RGB Variations
Color information
#52866C (or 0x52866C) is known color: Cutty Sark. HEX triplet: 52, 86 and 6C. RGB value is (82,134,108). Sum of RGB (Red+Green+Blue) = 82+134+108=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #52866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52866C is #AD7993. Grayscale: #737373. Windows color (decimal): -11368852 or 7112274. OLE color: 7112274.
HSL color Cylindrical-coordinate representation of color #52866C: hue angle of 150º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52866C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 108 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.47 |
| HSL | 150º | 0.24% | 0.42% | - |
| HSV(B) | 150º | 0.39% | 0.53% | - |
| XYZ | 14.71 | 19.93 | 17.26 | - |
| YUV | 115.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 108 | 0.39 | 0 | 0.19 | 0.47 | 150 | 0.24 | 0.42 |
| Hex | 52 | 86 | 6C | 27 | 0 | 13 | 2F | 96 | 18 | 2A |
| Octal | 122 | 206 | 154 | 47 | 0 | 23 | 57 | 226 | 30 | 52 |
| Binary | 1010010 | 10000110 | 1101100 | 100111 | 0 | 10011 | 101111 | 10010110 | 11000 | 101010 |
Color Harmonies of #52866C
Complementary color
Monochromatic Colors of #52866C
Black with #52866C
Text Example
Text Example
White with #52866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52866C; }
p { color: rgb(82,134,108); }
H1.HeaderClassName
{
color: #52866C;
}
.AnyTagClassName
{
color: #52866C;
}
</style>
background-color css
<style>
a { background-color: #52866C; }
a { background-color: rgb(82,134,108); }
div.DivClassName
{
background-color: #52866C;
}
.BgClassName
{
background-color: #52866C;
}
</style>
border-color css
<style>
span { border-color: #52866C; }
span { border-color: rgb(82,134,108); }
td.TdClassName
{
border-color: #52866C;
}
.TagClassName
{
border-color: #52866C;
}
</style>