Shades of Cutty Sark #52786A
Tints of Cutty Sark #52786A
RGB
CMYK
RGB Variations
Color information
#52786A (or 0x52786A) is known color: Cutty Sark. HEX triplet: 52, 78 and 6A. RGB value is (82,120,106). Sum of RGB (Red+Green+Blue) = 82+120+106=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #52786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52786A is #AD8795. Grayscale: #6B6B6B. Windows color (decimal): -11372438 or 6977618. OLE color: 6977618.
HSL color Cylindrical-coordinate representation of color #52786A: hue angle of 157.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52786A is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 106 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.53 |
| HSL | 157.89º | 0.19% | 0.4% | - |
| HSV(B) | 157.89º | 0.32% | 0.47% | - |
| XYZ | 12.8 | 16.27 | 16.1 | - |
| YUV | 107.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 106 | 0.32 | 0 | 0.12 | 0.53 | 157.89 | 0.19 | 0.4 |
| Hex | 52 | 78 | 6A | 20 | 0 | C | 35 | 9E | 13 | 28 |
| Octal | 122 | 170 | 152 | 40 | 0 | 14 | 65 | 236 | 23 | 50 |
| Binary | 1010010 | 1111000 | 1101010 | 100000 | 0 | 1100 | 110101 | 10011110 | 10011 | 101000 |
Color Harmonies of #52786A
Complementary color
Monochromatic Colors of #52786A
Black with #52786A
Text Example
Text Example
White with #52786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52786A; }
p { color: rgb(82,120,106); }
H1.HeaderClassName
{
color: #52786A;
}
.AnyTagClassName
{
color: #52786A;
}
</style>
background-color css
<style>
a { background-color: #52786A; }
a { background-color: rgb(82,120,106); }
div.DivClassName
{
background-color: #52786A;
}
.BgClassName
{
background-color: #52786A;
}
</style>
border-color css
<style>
span { border-color: #52786A; }
span { border-color: rgb(82,120,106); }
td.TdClassName
{
border-color: #52786A;
}
.TagClassName
{
border-color: #52786A;
}
</style>