Shades of Cutty Sark #527E6D
Tints of Cutty Sark #527E6D
RGB
CMYK
RGB Variations
Color information
#527E6D (or 0x527E6D) is known color: Cutty Sark. HEX triplet: 52, 7E and 6D. RGB value is (82,126,109). Sum of RGB (Red+Green+Blue) = 82+126+109=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #527E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E6D is #AD8192. Grayscale: #6E6E6E. Windows color (decimal): -11370899 or 7175762. OLE color: 7175762.
HSL color Cylindrical-coordinate representation of color #527E6D: hue angle of 156.82º 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 #527E6D is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 109 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.51 |
| HSL | 156.82º | 0.21% | 0.41% | - |
| HSV(B) | 156.82º | 0.35% | 0.49% | - |
| XYZ | 13.7 | 17.82 | 17.19 | - |
| YUV | 110.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 109 | 0.35 | 0 | 0.13 | 0.51 | 156.82 | 0.21 | 0.41 |
| Hex | 52 | 7E | 6D | 23 | 0 | D | 33 | 9D | 15 | 29 |
| Octal | 122 | 176 | 155 | 43 | 0 | 15 | 63 | 235 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1101101 | 100011 | 0 | 1101 | 110011 | 10011101 | 10101 | 101001 |
Color Harmonies of #527E6D
Complementary color
Monochromatic Colors of #527E6D
Black with #527E6D
Text Example
Text Example
White with #527E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E6D; }
p { color: rgb(82,126,109); }
H1.HeaderClassName
{
color: #527E6D;
}
.AnyTagClassName
{
color: #527E6D;
}
</style>
background-color css
<style>
a { background-color: #527E6D; }
a { background-color: rgb(82,126,109); }
div.DivClassName
{
background-color: #527E6D;
}
.BgClassName
{
background-color: #527E6D;
}
</style>
border-color css
<style>
span { border-color: #527E6D; }
span { border-color: rgb(82,126,109); }
td.TdClassName
{
border-color: #527E6D;
}
.TagClassName
{
border-color: #527E6D;
}
</style>