Shades of Cutty Sark #529272
Tints of Cutty Sark #529272
RGB
CMYK
RGB Variations
Color information
#529272 (or 0x529272) is known color: Cutty Sark. HEX triplet: 52, 92 and 72. RGB value is (82,146,114). Sum of RGB (Red+Green+Blue) = 82+146+114=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #529272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529272 is #AD6D8D. Grayscale: #7B7B7B. Windows color (decimal): -11365774 or 7508562. OLE color: 7508562.
HSL color Cylindrical-coordinate representation of color #529272: hue angle of 150º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529272 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 114 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.43 |
| HSL | 150º | 0.28% | 0.45% | - |
| HSV(B) | 150º | 0.44% | 0.57% | - |
| XYZ | 16.8 | 23.57 | 19.58 | - |
| YUV | 123.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 114 | 0.44 | 0 | 0.22 | 0.43 | 150 | 0.28 | 0.45 |
| Hex | 52 | 92 | 72 | 2C | 0 | 16 | 2B | 96 | 1C | 2D |
| Octal | 122 | 222 | 162 | 54 | 0 | 26 | 53 | 226 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1110010 | 101100 | 0 | 10110 | 101011 | 10010110 | 11100 | 101101 |
Color Harmonies of #529272
Complementary color
Monochromatic Colors of #529272
Black with #529272
Text Example
Text Example
White with #529272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529272; }
p { color: rgb(82,146,114); }
H1.HeaderClassName
{
color: #529272;
}
.AnyTagClassName
{
color: #529272;
}
</style>
background-color css
<style>
a { background-color: #529272; }
a { background-color: rgb(82,146,114); }
div.DivClassName
{
background-color: #529272;
}
.BgClassName
{
background-color: #529272;
}
</style>
border-color css
<style>
span { border-color: #529272; }
span { border-color: rgb(82,146,114); }
td.TdClassName
{
border-color: #529272;
}
.TagClassName
{
border-color: #529272;
}
</style>