Shades of Cutty Sark #527F6E
Tints of Cutty Sark #527F6E
RGB
CMYK
RGB Variations
Color information
#527F6E (or 0x527F6E) is known color: Cutty Sark. HEX triplet: 52, 7F and 6E. RGB value is (82,127,110). Sum of RGB (Red+Green+Blue) = 82+127+110=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #527F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F6E is #AD8091. Grayscale: #6F6F6F. Windows color (decimal): -11370642 or 7241554. OLE color: 7241554.
HSL color Cylindrical-coordinate representation of color #527F6E: hue angle of 157.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F6E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 110 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.50 |
| HSL | 157.33º | 0.22% | 0.41% | - |
| HSV(B) | 157.33º | 0.35% | 0.5% | - |
| XYZ | 13.88 | 18.1 | 17.51 | - |
| YUV | 111.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 110 | 0.35 | 0 | 0.13 | 0.50 | 157.33 | 0.22 | 0.41 |
| Hex | 52 | 7F | 6E | 23 | 0 | D | 32 | 9D | 16 | 29 |
| Octal | 122 | 177 | 156 | 43 | 0 | 15 | 62 | 235 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1101110 | 100011 | 0 | 1101 | 110010 | 10011101 | 10110 | 101001 |
Color Harmonies of #527F6E
Complementary color
Monochromatic Colors of #527F6E
Black with #527F6E
Text Example
Text Example
White with #527F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F6E; }
p { color: rgb(82,127,110); }
H1.HeaderClassName
{
color: #527F6E;
}
.AnyTagClassName
{
color: #527F6E;
}
</style>
background-color css
<style>
a { background-color: #527F6E; }
a { background-color: rgb(82,127,110); }
div.DivClassName
{
background-color: #527F6E;
}
.BgClassName
{
background-color: #527F6E;
}
</style>
border-color css
<style>
span { border-color: #527F6E; }
span { border-color: rgb(82,127,110); }
td.TdClassName
{
border-color: #527F6E;
}
.TagClassName
{
border-color: #527F6E;
}
</style>