Shades of Cutty Sark #528878
Tints of Cutty Sark #528878
RGB
CMYK
RGB Variations
Color information
#528878 (or 0x528878) is known color: Cutty Sark. HEX triplet: 52, 88 and 78. RGB value is (82,136,120). Sum of RGB (Red+Green+Blue) = 82+136+120=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #528878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528878 is #AD7787. Grayscale: #767676. Windows color (decimal): -11368328 or 7899218. OLE color: 7899218.
HSL color Cylindrical-coordinate representation of color #528878: hue angle of 162.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528878 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 120 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.47 |
| HSL | 162.22º | 0.25% | 0.43% | - |
| HSV(B) | 162.22º | 0.4% | 0.53% | - |
| XYZ | 15.67 | 20.76 | 20.95 | - |
| YUV | 118.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 120 | 0.40 | 0 | 0.12 | 0.47 | 162.22 | 0.25 | 0.43 |
| Hex | 52 | 88 | 78 | 28 | 0 | C | 2F | A2 | 19 | 2B |
| Octal | 122 | 210 | 170 | 50 | 0 | 14 | 57 | 242 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1111000 | 101000 | 0 | 1100 | 101111 | 10100010 | 11001 | 101011 |
Color Harmonies of #528878
Complementary color
Monochromatic Colors of #528878
Black with #528878
Text Example
Text Example
White with #528878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528878; }
p { color: rgb(82,136,120); }
H1.HeaderClassName
{
color: #528878;
}
.AnyTagClassName
{
color: #528878;
}
</style>
background-color css
<style>
a { background-color: #528878; }
a { background-color: rgb(82,136,120); }
div.DivClassName
{
background-color: #528878;
}
.BgClassName
{
background-color: #528878;
}
</style>
border-color css
<style>
span { border-color: #528878; }
span { border-color: rgb(82,136,120); }
td.TdClassName
{
border-color: #528878;
}
.TagClassName
{
border-color: #528878;
}
</style>