Shades of Cutty Sark #527C68
Tints of Cutty Sark #527C68
RGB
CMYK
RGB Variations
Color information
#527C68 (or 0x527C68) is known color: Cutty Sark. HEX triplet: 52, 7C and 68. RGB value is (82,124,104). Sum of RGB (Red+Green+Blue) = 82+124+104=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #527C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C68 is #AD8397. Grayscale: #6D6D6D. Windows color (decimal): -11371416 or 6847570. OLE color: 6847570.
HSL color Cylindrical-coordinate representation of color #527C68: hue angle of 151.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527C68 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 104 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.51 |
| HSL | 151.43º | 0.2% | 0.4% | - |
| HSV(B) | 151.43º | 0.34% | 0.49% | - |
| XYZ | 13.19 | 17.21 | 15.72 | - |
| YUV | 109.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 104 | 0.34 | 0 | 0.16 | 0.51 | 151.43 | 0.2 | 0.4 |
| Hex | 52 | 7C | 68 | 22 | 0 | 10 | 33 | 97 | 14 | 28 |
| Octal | 122 | 174 | 150 | 42 | 0 | 20 | 63 | 227 | 24 | 50 |
| Binary | 1010010 | 1111100 | 1101000 | 100010 | 0 | 10000 | 110011 | 10010111 | 10100 | 101000 |
Color Harmonies of #527C68
Complementary color
Monochromatic Colors of #527C68
Black with #527C68
Text Example
Text Example
White with #527C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C68; }
p { color: rgb(82,124,104); }
H1.HeaderClassName
{
color: #527C68;
}
.AnyTagClassName
{
color: #527C68;
}
</style>
background-color css
<style>
a { background-color: #527C68; }
a { background-color: rgb(82,124,104); }
div.DivClassName
{
background-color: #527C68;
}
.BgClassName
{
background-color: #527C68;
}
</style>
border-color css
<style>
span { border-color: #527C68; }
span { border-color: rgb(82,124,104); }
td.TdClassName
{
border-color: #527C68;
}
.TagClassName
{
border-color: #527C68;
}
</style>