Shades of Cutty Sark #528872
Tints of Cutty Sark #528872
RGB
CMYK
RGB Variations
Color information
#528872 (or 0x528872) is known color: Cutty Sark. HEX triplet: 52, 88 and 72. RGB value is (82,136,114). Sum of RGB (Red+Green+Blue) = 82+136+114=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #528872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528872 is #AD778D. Grayscale: #757575. Windows color (decimal): -11368334 or 7506002. OLE color: 7506002.
HSL color Cylindrical-coordinate representation of color #528872: hue angle of 155.56º 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 #528872 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 114 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.47 |
| HSL | 155.56º | 0.25% | 0.43% | - |
| HSV(B) | 155.56º | 0.4% | 0.53% | - |
| XYZ | 15.32 | 20.62 | 19.09 | - |
| YUV | 117.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 114 | 0.40 | 0 | 0.16 | 0.47 | 155.56 | 0.25 | 0.43 |
| Hex | 52 | 88 | 72 | 28 | 0 | 10 | 2F | 9C | 19 | 2B |
| Octal | 122 | 210 | 162 | 50 | 0 | 20 | 57 | 234 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1110010 | 101000 | 0 | 10000 | 101111 | 10011100 | 11001 | 101011 |
Color Harmonies of #528872
Complementary color
Monochromatic Colors of #528872
Black with #528872
Text Example
Text Example
White with #528872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528872; }
p { color: rgb(82,136,114); }
H1.HeaderClassName
{
color: #528872;
}
.AnyTagClassName
{
color: #528872;
}
</style>
background-color css
<style>
a { background-color: #528872; }
a { background-color: rgb(82,136,114); }
div.DivClassName
{
background-color: #528872;
}
.BgClassName
{
background-color: #528872;
}
</style>
border-color css
<style>
span { border-color: #528872; }
span { border-color: rgb(82,136,114); }
td.TdClassName
{
border-color: #528872;
}
.TagClassName
{
border-color: #528872;
}
</style>