Shades of Cutty Sark #52846D
Tints of Cutty Sark #52846D
RGB
CMYK
RGB Variations
Color information
#52846D (or 0x52846D) is known color: Cutty Sark. HEX triplet: 52, 84 and 6D. RGB value is (82,132,109). Sum of RGB (Red+Green+Blue) = 82+132+109=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #52846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52846D is #AD7B92. Grayscale: #727272. Windows color (decimal): -11369363 or 7177298. OLE color: 7177298.
HSL color Cylindrical-coordinate representation of color #52846D: hue angle of 152.4º degrees, saturation: 0.23, 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 #52846D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 109 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.48 |
| HSL | 152.4º | 0.23% | 0.42% | - |
| HSV(B) | 152.4º | 0.38% | 0.52% | - |
| XYZ | 14.49 | 19.4 | 17.45 | - |
| YUV | 114.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 109 | 0.38 | 0 | 0.17 | 0.48 | 152.4 | 0.23 | 0.42 |
| Hex | 52 | 84 | 6D | 26 | 0 | 11 | 30 | 98 | 17 | 2A |
| Octal | 122 | 204 | 155 | 46 | 0 | 21 | 60 | 230 | 27 | 52 |
| Binary | 1010010 | 10000100 | 1101101 | 100110 | 0 | 10001 | 110000 | 10011000 | 10111 | 101010 |
Color Harmonies of #52846D
Complementary color
Monochromatic Colors of #52846D
Black with #52846D
Text Example
Text Example
White with #52846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52846D; }
p { color: rgb(82,132,109); }
H1.HeaderClassName
{
color: #52846D;
}
.AnyTagClassName
{
color: #52846D;
}
</style>
background-color css
<style>
a { background-color: #52846D; }
a { background-color: rgb(82,132,109); }
div.DivClassName
{
background-color: #52846D;
}
.BgClassName
{
background-color: #52846D;
}
</style>
border-color css
<style>
span { border-color: #52846D; }
span { border-color: rgb(82,132,109); }
td.TdClassName
{
border-color: #52846D;
}
.TagClassName
{
border-color: #52846D;
}
</style>