Shades of Cutty Sark #528D7A
Tints of Cutty Sark #528D7A
RGB
CMYK
RGB Variations
Color information
#528D7A (or 0x528D7A) is known color: Cutty Sark. HEX triplet: 52, 8D and 7A. RGB value is (82,141,122). Sum of RGB (Red+Green+Blue) = 82+141+122=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #528D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D7A is #AD7285. Grayscale: #797979. Windows color (decimal): -11367046 or 8031570. OLE color: 8031570.
HSL color Cylindrical-coordinate representation of color #528D7A: hue angle of 160.68º 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 #528D7A is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 122 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.45 |
| HSL | 160.68º | 0.26% | 0.44% | - |
| HSV(B) | 160.68º | 0.42% | 0.55% | - |
| XYZ | 16.52 | 22.25 | 21.84 | - |
| YUV | 121.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 122 | 0.42 | 0 | 0.13 | 0.45 | 160.68 | 0.26 | 0.44 |
| Hex | 52 | 8D | 7A | 2A | 0 | D | 2D | A1 | 1A | 2C |
| Octal | 122 | 215 | 172 | 52 | 0 | 15 | 55 | 241 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1111010 | 101010 | 0 | 1101 | 101101 | 10100001 | 11010 | 101100 |
Color Harmonies of #528D7A
Complementary color
Monochromatic Colors of #528D7A
Black with #528D7A
Text Example
Text Example
White with #528D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D7A; }
p { color: rgb(82,141,122); }
H1.HeaderClassName
{
color: #528D7A;
}
.AnyTagClassName
{
color: #528D7A;
}
</style>
background-color css
<style>
a { background-color: #528D7A; }
a { background-color: rgb(82,141,122); }
div.DivClassName
{
background-color: #528D7A;
}
.BgClassName
{
background-color: #528D7A;
}
</style>
border-color css
<style>
span { border-color: #528D7A; }
span { border-color: rgb(82,141,122); }
td.TdClassName
{
border-color: #528D7A;
}
.TagClassName
{
border-color: #528D7A;
}
</style>