Shades of Cutty Sark #528E70
Tints of Cutty Sark #528E70
RGB
CMYK
RGB Variations
Color information
#528E70 (or 0x528E70) is known color: Cutty Sark. HEX triplet: 52, 8E and 70. RGB value is (82,142,112). Sum of RGB (Red+Green+Blue) = 82+142+112=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #528E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E70 is #AD718F. Grayscale: #787878. Windows color (decimal): -11366800 or 7376466. OLE color: 7376466.
HSL color Cylindrical-coordinate representation of color #528E70: hue angle of 150º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E70 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 112 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.44 |
| HSL | 150º | 0.27% | 0.44% | - |
| HSV(B) | 150º | 0.42% | 0.56% | - |
| XYZ | 16.08 | 22.31 | 18.79 | - |
| YUV | 120.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 112 | 0.42 | 0 | 0.21 | 0.44 | 150 | 0.27 | 0.44 |
| Hex | 52 | 8E | 70 | 2A | 0 | 15 | 2C | 96 | 1B | 2C |
| Octal | 122 | 216 | 160 | 52 | 0 | 25 | 54 | 226 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1110000 | 101010 | 0 | 10101 | 101100 | 10010110 | 11011 | 101100 |
Color Harmonies of #528E70
Complementary color
Monochromatic Colors of #528E70
Black with #528E70
Text Example
Text Example
White with #528E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E70; }
p { color: rgb(82,142,112); }
H1.HeaderClassName
{
color: #528E70;
}
.AnyTagClassName
{
color: #528E70;
}
</style>
background-color css
<style>
a { background-color: #528E70; }
a { background-color: rgb(82,142,112); }
div.DivClassName
{
background-color: #528E70;
}
.BgClassName
{
background-color: #528E70;
}
</style>
border-color css
<style>
span { border-color: #528E70; }
span { border-color: rgb(82,142,112); }
td.TdClassName
{
border-color: #528E70;
}
.TagClassName
{
border-color: #528E70;
}
</style>