Shades of Cutty Sark #52866B
Tints of Cutty Sark #52866B
RGB
CMYK
RGB Variations
Color information
#52866B (or 0x52866B) is known color: Cutty Sark. HEX triplet: 52, 86 and 6B. RGB value is (82,134,107). Sum of RGB (Red+Green+Blue) = 82+134+107=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #52866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52866B is #AD7994. Grayscale: #737373. Windows color (decimal): -11368853 or 7046738. OLE color: 7046738.
HSL color Cylindrical-coordinate representation of color #52866B: hue angle of 148.85º 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 #52866B is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 107 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.47 |
| HSL | 148.85º | 0.24% | 0.42% | - |
| HSV(B) | 148.85º | 0.39% | 0.53% | - |
| XYZ | 14.66 | 19.91 | 16.98 | - |
| YUV | 115.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 107 | 0.39 | 0 | 0.20 | 0.47 | 148.85 | 0.24 | 0.42 |
| Hex | 52 | 86 | 6B | 27 | 0 | 14 | 2F | 95 | 18 | 2A |
| Octal | 122 | 206 | 153 | 47 | 0 | 24 | 57 | 225 | 30 | 52 |
| Binary | 1010010 | 10000110 | 1101011 | 100111 | 0 | 10100 | 101111 | 10010101 | 11000 | 101010 |
Color Harmonies of #52866B
Complementary color
Monochromatic Colors of #52866B
Black with #52866B
Text Example
Text Example
White with #52866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52866B; }
p { color: rgb(82,134,107); }
H1.HeaderClassName
{
color: #52866B;
}
.AnyTagClassName
{
color: #52866B;
}
</style>
background-color css
<style>
a { background-color: #52866B; }
a { background-color: rgb(82,134,107); }
div.DivClassName
{
background-color: #52866B;
}
.BgClassName
{
background-color: #52866B;
}
</style>
border-color css
<style>
span { border-color: #52866B; }
span { border-color: rgb(82,134,107); }
td.TdClassName
{
border-color: #52866B;
}
.TagClassName
{
border-color: #52866B;
}
</style>