Shades of Cutty Sark #528D6E
Tints of Cutty Sark #528D6E
RGB
CMYK
RGB Variations
Color information
#528D6E (or 0x528D6E) is known color: Cutty Sark. HEX triplet: 52, 8D and 6E. RGB value is (82,141,110). Sum of RGB (Red+Green+Blue) = 82+141+110=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #528D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D6E is #AD7291. Grayscale: #777777. Windows color (decimal): -11367058 or 7245138. OLE color: 7245138.
HSL color Cylindrical-coordinate representation of color #528D6E: hue angle of 148.47º 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 #528D6E is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 110 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.45 |
| HSL | 148.47º | 0.26% | 0.44% | - |
| HSV(B) | 148.47º | 0.42% | 0.55% | - |
| XYZ | 15.82 | 21.97 | 18.16 | - |
| YUV | 119.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 110 | 0.42 | 0 | 0.22 | 0.45 | 148.47 | 0.26 | 0.44 |
| Hex | 52 | 8D | 6E | 2A | 0 | 16 | 2D | 94 | 1A | 2C |
| Octal | 122 | 215 | 156 | 52 | 0 | 26 | 55 | 224 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1101110 | 101010 | 0 | 10110 | 101101 | 10010100 | 11010 | 101100 |
Color Harmonies of #528D6E
Complementary color
Monochromatic Colors of #528D6E
Black with #528D6E
Text Example
Text Example
White with #528D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D6E; }
p { color: rgb(82,141,110); }
H1.HeaderClassName
{
color: #528D6E;
}
.AnyTagClassName
{
color: #528D6E;
}
</style>
background-color css
<style>
a { background-color: #528D6E; }
a { background-color: rgb(82,141,110); }
div.DivClassName
{
background-color: #528D6E;
}
.BgClassName
{
background-color: #528D6E;
}
</style>
border-color css
<style>
span { border-color: #528D6E; }
span { border-color: rgb(82,141,110); }
td.TdClassName
{
border-color: #528D6E;
}
.TagClassName
{
border-color: #528D6E;
}
</style>