Shades of Cutty Sark #527E6E
Tints of Cutty Sark #527E6E
RGB
CMYK
RGB Variations
Color information
#527E6E (or 0x527E6E) is known color: Cutty Sark. HEX triplet: 52, 7E and 6E. RGB value is (82,126,110). Sum of RGB (Red+Green+Blue) = 82+126+110=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #527E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E6E is #AD8191. Grayscale: #6F6F6F. Windows color (decimal): -11370898 or 7241298. OLE color: 7241298.
HSL color Cylindrical-coordinate representation of color #527E6E: hue angle of 158.18º 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 #527E6E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 110 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.51 |
| HSL | 158.18º | 0.21% | 0.41% | - |
| HSV(B) | 158.18º | 0.35% | 0.49% | - |
| XYZ | 13.76 | 17.84 | 17.47 | - |
| YUV | 111.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 110 | 0.35 | 0 | 0.13 | 0.51 | 158.18 | 0.21 | 0.41 |
| Hex | 52 | 7E | 6E | 23 | 0 | D | 33 | 9E | 15 | 29 |
| Octal | 122 | 176 | 156 | 43 | 0 | 15 | 63 | 236 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1101110 | 100011 | 0 | 1101 | 110011 | 10011110 | 10101 | 101001 |
Color Harmonies of #527E6E
Complementary color
Monochromatic Colors of #527E6E
Black with #527E6E
Text Example
Text Example
White with #527E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E6E; }
p { color: rgb(82,126,110); }
H1.HeaderClassName
{
color: #527E6E;
}
.AnyTagClassName
{
color: #527E6E;
}
</style>
background-color css
<style>
a { background-color: #527E6E; }
a { background-color: rgb(82,126,110); }
div.DivClassName
{
background-color: #527E6E;
}
.BgClassName
{
background-color: #527E6E;
}
</style>
border-color css
<style>
span { border-color: #527E6E; }
span { border-color: rgb(82,126,110); }
td.TdClassName
{
border-color: #527E6E;
}
.TagClassName
{
border-color: #527E6E;
}
</style>