Shades of Cutty Sark #52796A
Tints of Cutty Sark #52796A
RGB
CMYK
RGB Variations
Color information
#52796A (or 0x52796A) is known color: Cutty Sark. HEX triplet: 52, 79 and 6A. RGB value is (82,121,106). Sum of RGB (Red+Green+Blue) = 82+121+106=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #52796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796A is #AD8695. Grayscale: #6B6B6B. Windows color (decimal): -11372182 or 6977874. OLE color: 6977874.
HSL color Cylindrical-coordinate representation of color #52796A: hue angle of 156.92º 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 #52796A is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 106 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.53 |
| HSL | 156.92º | 0.19% | 0.4% | - |
| HSV(B) | 156.92º | 0.32% | 0.47% | - |
| XYZ | 12.92 | 16.51 | 16.14 | - |
| YUV | 107.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 106 | 0.32 | 0 | 0.12 | 0.53 | 156.92 | 0.19 | 0.4 |
| Hex | 52 | 79 | 6A | 20 | 0 | C | 35 | 9D | 13 | 28 |
| Octal | 122 | 171 | 152 | 40 | 0 | 14 | 65 | 235 | 23 | 50 |
| Binary | 1010010 | 1111001 | 1101010 | 100000 | 0 | 1100 | 110101 | 10011101 | 10011 | 101000 |
Color Harmonies of #52796A
Complementary color
Monochromatic Colors of #52796A
Black with #52796A
Text Example
Text Example
White with #52796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52796A; }
p { color: rgb(82,121,106); }
H1.HeaderClassName
{
color: #52796A;
}
.AnyTagClassName
{
color: #52796A;
}
</style>
background-color css
<style>
a { background-color: #52796A; }
a { background-color: rgb(82,121,106); }
div.DivClassName
{
background-color: #52796A;
}
.BgClassName
{
background-color: #52796A;
}
</style>
border-color css
<style>
span { border-color: #52796A; }
span { border-color: rgb(82,121,106); }
td.TdClassName
{
border-color: #52796A;
}
.TagClassName
{
border-color: #52796A;
}
</style>