Shades of Cutty Sark #528C79
Tints of Cutty Sark #528C79
RGB
CMYK
RGB Variations
Color information
#528C79 (or 0x528C79) is known color: Cutty Sark. HEX triplet: 52, 8C and 79. RGB value is (82,140,121). Sum of RGB (Red+Green+Blue) = 82+140+121=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #528C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C79 is #AD7386. Grayscale: #787878. Windows color (decimal): -11367303 or 7965778. OLE color: 7965778.
HSL color Cylindrical-coordinate representation of color #528C79: hue angle of 160.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C79 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 121 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.45 |
| HSL | 160.34º | 0.26% | 0.44% | - |
| HSV(B) | 160.34º | 0.41% | 0.55% | - |
| XYZ | 16.31 | 21.93 | 21.46 | - |
| YUV | 120.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 121 | 0.41 | 0 | 0.14 | 0.45 | 160.34 | 0.26 | 0.44 |
| Hex | 52 | 8C | 79 | 29 | 0 | E | 2D | A0 | 1A | 2C |
| Octal | 122 | 214 | 171 | 51 | 0 | 16 | 55 | 240 | 32 | 54 |
| Binary | 1010010 | 10001100 | 1111001 | 101001 | 0 | 1110 | 101101 | 10100000 | 11010 | 101100 |
Color Harmonies of #528C79
Complementary color
Monochromatic Colors of #528C79
Black with #528C79
Text Example
Text Example
White with #528C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C79; }
p { color: rgb(82,140,121); }
H1.HeaderClassName
{
color: #528C79;
}
.AnyTagClassName
{
color: #528C79;
}
</style>
background-color css
<style>
a { background-color: #528C79; }
a { background-color: rgb(82,140,121); }
div.DivClassName
{
background-color: #528C79;
}
.BgClassName
{
background-color: #528C79;
}
</style>
border-color css
<style>
span { border-color: #528C79; }
span { border-color: rgb(82,140,121); }
td.TdClassName
{
border-color: #528C79;
}
.TagClassName
{
border-color: #528C79;
}
</style>