Shades of Cutty Sark #528E6A
Tints of Cutty Sark #528E6A
RGB
CMYK
RGB Variations
Color information
#528E6A (or 0x528E6A) is known color: Cutty Sark. HEX triplet: 52, 8E and 6A. RGB value is (82,142,106). Sum of RGB (Red+Green+Blue) = 82+142+106=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #528E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E6A is #AD7195. Grayscale: #787878. Windows color (decimal): -11366806 or 6983250. OLE color: 6983250.
HSL color Cylindrical-coordinate representation of color #528E6A: hue angle of 144º 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 #528E6A is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 106 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.44 |
| HSL | 144º | 0.27% | 0.44% | - |
| HSV(B) | 144º | 0.42% | 0.56% | - |
| XYZ | 15.75 | 22.18 | 17.09 | - |
| YUV | 119.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 106 | 0.42 | 0 | 0.25 | 0.44 | 144 | 0.27 | 0.44 |
| Hex | 52 | 8E | 6A | 2A | 0 | 19 | 2C | 90 | 1B | 2C |
| Octal | 122 | 216 | 152 | 52 | 0 | 31 | 54 | 220 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1101010 | 101010 | 0 | 11001 | 101100 | 10010000 | 11011 | 101100 |
Color Harmonies of #528E6A
Complementary color
Monochromatic Colors of #528E6A
Black with #528E6A
Text Example
Text Example
White with #528E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E6A; }
p { color: rgb(82,142,106); }
H1.HeaderClassName
{
color: #528E6A;
}
.AnyTagClassName
{
color: #528E6A;
}
</style>
background-color css
<style>
a { background-color: #528E6A; }
a { background-color: rgb(82,142,106); }
div.DivClassName
{
background-color: #528E6A;
}
.BgClassName
{
background-color: #528E6A;
}
</style>
border-color css
<style>
span { border-color: #528E6A; }
span { border-color: rgb(82,142,106); }
td.TdClassName
{
border-color: #528E6A;
}
.TagClassName
{
border-color: #528E6A;
}
</style>