Shades of Cutty Sark #528870
Tints of Cutty Sark #528870
RGB
CMYK
RGB Variations
Color information
#528870 (or 0x528870) is known color: Cutty Sark. HEX triplet: 52, 88 and 70. RGB value is (82,136,112). Sum of RGB (Red+Green+Blue) = 82+136+112=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #528870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528870 is #AD778F. Grayscale: #757575. Windows color (decimal): -11368336 or 7374930. OLE color: 7374930.
HSL color Cylindrical-coordinate representation of color #528870: hue angle of 153.33º 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 #528870 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 112 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.47 |
| HSL | 153.33º | 0.25% | 0.43% | - |
| HSV(B) | 153.33º | 0.4% | 0.53% | - |
| XYZ | 15.21 | 20.57 | 18.5 | - |
| YUV | 117.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 112 | 0.40 | 0 | 0.18 | 0.47 | 153.33 | 0.25 | 0.43 |
| Hex | 52 | 88 | 70 | 28 | 0 | 12 | 2F | 99 | 19 | 2B |
| Octal | 122 | 210 | 160 | 50 | 0 | 22 | 57 | 231 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1110000 | 101000 | 0 | 10010 | 101111 | 10011001 | 11001 | 101011 |
Color Harmonies of #528870
Complementary color
Monochromatic Colors of #528870
Black with #528870
Text Example
Text Example
White with #528870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528870; }
p { color: rgb(82,136,112); }
H1.HeaderClassName
{
color: #528870;
}
.AnyTagClassName
{
color: #528870;
}
</style>
background-color css
<style>
a { background-color: #528870; }
a { background-color: rgb(82,136,112); }
div.DivClassName
{
background-color: #528870;
}
.BgClassName
{
background-color: #528870;
}
</style>
border-color css
<style>
span { border-color: #528870; }
span { border-color: rgb(82,136,112); }
td.TdClassName
{
border-color: #528870;
}
.TagClassName
{
border-color: #528870;
}
</style>