Shades of Cutty Sark #527E72
Tints of Cutty Sark #527E72
RGB
CMYK
RGB Variations
Color information
#527E72 (or 0x527E72) is known color: Cutty Sark. HEX triplet: 52, 7E and 72. RGB value is (82,126,114). Sum of RGB (Red+Green+Blue) = 82+126+114=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #527E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E72 is #AD818D. Grayscale: #6F6F6F. Windows color (decimal): -11370894 or 7503442. OLE color: 7503442.
HSL color Cylindrical-coordinate representation of color #527E72: hue angle of 163.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E72 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 114 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.51 |
| HSL | 163.64º | 0.21% | 0.41% | - |
| HSV(B) | 163.64º | 0.35% | 0.49% | - |
| XYZ | 13.98 | 17.93 | 18.64 | - |
| YUV | 111.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 114 | 0.35 | 0 | 0.10 | 0.51 | 163.64 | 0.21 | 0.41 |
| Hex | 52 | 7E | 72 | 23 | 0 | A | 33 | A4 | 15 | 29 |
| Octal | 122 | 176 | 162 | 43 | 0 | 12 | 63 | 244 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1110010 | 100011 | 0 | 1010 | 110011 | 10100100 | 10101 | 101001 |
Color Harmonies of #527E72
Complementary color
Monochromatic Colors of #527E72
Black with #527E72
Text Example
Text Example
White with #527E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E72; }
p { color: rgb(82,126,114); }
H1.HeaderClassName
{
color: #527E72;
}
.AnyTagClassName
{
color: #527E72;
}
</style>
background-color css
<style>
a { background-color: #527E72; }
a { background-color: rgb(82,126,114); }
div.DivClassName
{
background-color: #527E72;
}
.BgClassName
{
background-color: #527E72;
}
</style>
border-color css
<style>
span { border-color: #527E72; }
span { border-color: rgb(82,126,114); }
td.TdClassName
{
border-color: #527E72;
}
.TagClassName
{
border-color: #527E72;
}
</style>