Shades of Cutty Sark #528D76
Tints of Cutty Sark #528D76
RGB
CMYK
RGB Variations
Color information
#528D76 (or 0x528D76) is known color: Cutty Sark. HEX triplet: 52, 8D and 76. RGB value is (82,141,118). Sum of RGB (Red+Green+Blue) = 82+141+118=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #528D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D76 is #AD7289. Grayscale: #787878. Windows color (decimal): -11367050 or 7769426. OLE color: 7769426.
HSL color Cylindrical-coordinate representation of color #528D76: hue angle of 156.61º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D76 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 118 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.45 |
| HSL | 156.61º | 0.26% | 0.44% | - |
| HSV(B) | 156.61º | 0.42% | 0.55% | - |
| XYZ | 16.27 | 22.15 | 20.56 | - |
| YUV | 120.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 118 | 0.42 | 0 | 0.16 | 0.45 | 156.61 | 0.26 | 0.44 |
| Hex | 52 | 8D | 76 | 2A | 0 | 10 | 2D | 9D | 1A | 2C |
| Octal | 122 | 215 | 166 | 52 | 0 | 20 | 55 | 235 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1110110 | 101010 | 0 | 10000 | 101101 | 10011101 | 11010 | 101100 |
Color Harmonies of #528D76
Complementary color
Monochromatic Colors of #528D76
Black with #528D76
Text Example
Text Example
White with #528D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D76; }
p { color: rgb(82,141,118); }
H1.HeaderClassName
{
color: #528D76;
}
.AnyTagClassName
{
color: #528D76;
}
</style>
background-color css
<style>
a { background-color: #528D76; }
a { background-color: rgb(82,141,118); }
div.DivClassName
{
background-color: #528D76;
}
.BgClassName
{
background-color: #528D76;
}
</style>
border-color css
<style>
span { border-color: #528D76; }
span { border-color: rgb(82,141,118); }
td.TdClassName
{
border-color: #528D76;
}
.TagClassName
{
border-color: #528D76;
}
</style>