Shades of Cutty Sark #52887A
Tints of Cutty Sark #52887A
RGB
CMYK
RGB Variations
Color information
#52887A (or 0x52887A) is known color: Cutty Sark. HEX triplet: 52, 88 and 7A. RGB value is (82,136,122). Sum of RGB (Red+Green+Blue) = 82+136+122=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #52887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52887A is #AD7785. Grayscale: #767676. Windows color (decimal): -11368326 or 8030290. OLE color: 8030290.
HSL color Cylindrical-coordinate representation of color #52887A: hue angle of 164.44º 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 #52887A is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 122 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.47 |
| HSL | 164.44º | 0.25% | 0.43% | - |
| HSV(B) | 164.44º | 0.4% | 0.53% | - |
| XYZ | 15.8 | 20.81 | 21.6 | - |
| YUV | 118.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 122 | 0.40 | 0 | 0.10 | 0.47 | 164.44 | 0.25 | 0.43 |
| Hex | 52 | 88 | 7A | 28 | 0 | A | 2F | A4 | 19 | 2B |
| Octal | 122 | 210 | 172 | 50 | 0 | 12 | 57 | 244 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1111010 | 101000 | 0 | 1010 | 101111 | 10100100 | 11001 | 101011 |
Color Harmonies of #52887A
Complementary color
Monochromatic Colors of #52887A
Black with #52887A
Text Example
Text Example
White with #52887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52887A; }
p { color: rgb(82,136,122); }
H1.HeaderClassName
{
color: #52887A;
}
.AnyTagClassName
{
color: #52887A;
}
</style>
background-color css
<style>
a { background-color: #52887A; }
a { background-color: rgb(82,136,122); }
div.DivClassName
{
background-color: #52887A;
}
.BgClassName
{
background-color: #52887A;
}
</style>
border-color css
<style>
span { border-color: #52887A; }
span { border-color: rgb(82,136,122); }
td.TdClassName
{
border-color: #52887A;
}
.TagClassName
{
border-color: #52887A;
}
</style>