Shades of Cutty Sark #52886D
Tints of Cutty Sark #52886D
RGB
CMYK
RGB Variations
Color information
#52886D (or 0x52886D) is known color: Cutty Sark. HEX triplet: 52, 88 and 6D. RGB value is (82,136,109). Sum of RGB (Red+Green+Blue) = 82+136+109=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #52886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52886D is #AD7792. Grayscale: #747474. Windows color (decimal): -11368339 or 7178322. OLE color: 7178322.
HSL color Cylindrical-coordinate representation of color #52886D: hue angle of 150º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52886D is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 109 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.47 |
| HSL | 150º | 0.25% | 0.43% | - |
| HSV(B) | 150º | 0.4% | 0.53% | - |
| XYZ | 15.04 | 20.51 | 17.63 | - |
| YUV | 116.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 109 | 0.40 | 0 | 0.20 | 0.47 | 150 | 0.25 | 0.43 |
| Hex | 52 | 88 | 6D | 28 | 0 | 14 | 2F | 96 | 19 | 2B |
| Octal | 122 | 210 | 155 | 50 | 0 | 24 | 57 | 226 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1101101 | 101000 | 0 | 10100 | 101111 | 10010110 | 11001 | 101011 |
Color Harmonies of #52886D
Complementary color
Monochromatic Colors of #52886D
Black with #52886D
Text Example
Text Example
White with #52886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52886D; }
p { color: rgb(82,136,109); }
H1.HeaderClassName
{
color: #52886D;
}
.AnyTagClassName
{
color: #52886D;
}
</style>
background-color css
<style>
a { background-color: #52886D; }
a { background-color: rgb(82,136,109); }
div.DivClassName
{
background-color: #52886D;
}
.BgClassName
{
background-color: #52886D;
}
</style>
border-color css
<style>
span { border-color: #52886D; }
span { border-color: rgb(82,136,109); }
td.TdClassName
{
border-color: #52886D;
}
.TagClassName
{
border-color: #52886D;
}
</style>