Shades of Cutty Sark #527E6F
Tints of Cutty Sark #527E6F
RGB
CMYK
RGB Variations
Color information
#527E6F (or 0x527E6F) is known color: Cutty Sark. HEX triplet: 52, 7E and 6F. RGB value is (82,126,111). Sum of RGB (Red+Green+Blue) = 82+126+111=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #527E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E6F is #AD8190. Grayscale: #6F6F6F. Windows color (decimal): -11370897 or 7306834. OLE color: 7306834.
HSL color Cylindrical-coordinate representation of color #527E6F: hue angle of 159.55º 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 #527E6F is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 111 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.51 |
| HSL | 159.55º | 0.21% | 0.41% | - |
| HSV(B) | 159.55º | 0.35% | 0.49% | - |
| XYZ | 13.81 | 17.86 | 17.76 | - |
| YUV | 111.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 111 | 0.35 | 0 | 0.12 | 0.51 | 159.55 | 0.21 | 0.41 |
| Hex | 52 | 7E | 6F | 23 | 0 | C | 33 | A0 | 15 | 29 |
| Octal | 122 | 176 | 157 | 43 | 0 | 14 | 63 | 240 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1101111 | 100011 | 0 | 1100 | 110011 | 10100000 | 10101 | 101001 |
Color Harmonies of #527E6F
Complementary color
Monochromatic Colors of #527E6F
Black with #527E6F
Text Example
Text Example
White with #527E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E6F; }
p { color: rgb(82,126,111); }
H1.HeaderClassName
{
color: #527E6F;
}
.AnyTagClassName
{
color: #527E6F;
}
</style>
background-color css
<style>
a { background-color: #527E6F; }
a { background-color: rgb(82,126,111); }
div.DivClassName
{
background-color: #527E6F;
}
.BgClassName
{
background-color: #527E6F;
}
</style>
border-color css
<style>
span { border-color: #527E6F; }
span { border-color: rgb(82,126,111); }
td.TdClassName
{
border-color: #527E6F;
}
.TagClassName
{
border-color: #527E6F;
}
</style>