Shades of Cutty Sark #527A6D
Tints of Cutty Sark #527A6D
RGB
CMYK
RGB Variations
Color information
#527A6D (or 0x527A6D) is known color: Cutty Sark. HEX triplet: 52, 7A and 6D. RGB value is (82,122,109). Sum of RGB (Red+Green+Blue) = 82+122+109=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #527A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A6D is #AD8592. Grayscale: #6C6C6C. Windows color (decimal): -11371923 or 7174738. OLE color: 7174738.
HSL color Cylindrical-coordinate representation of color #527A6D: hue angle of 160.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A6D is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 109 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.52 |
| HSL | 160.5º | 0.2% | 0.4% | - |
| HSV(B) | 160.5º | 0.33% | 0.48% | - |
| XYZ | 13.2 | 16.82 | 17.02 | - |
| YUV | 108.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 109 | 0.33 | 0 | 0.11 | 0.52 | 160.5 | 0.2 | 0.4 |
| Hex | 52 | 7A | 6D | 21 | 0 | B | 34 | A0 | 14 | 28 |
| Octal | 122 | 172 | 155 | 41 | 0 | 13 | 64 | 240 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1101101 | 100001 | 0 | 1011 | 110100 | 10100000 | 10100 | 101000 |
Color Harmonies of #527A6D
Complementary color
Monochromatic Colors of #527A6D
Black with #527A6D
Text Example
Text Example
White with #527A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A6D; }
p { color: rgb(82,122,109); }
H1.HeaderClassName
{
color: #527A6D;
}
.AnyTagClassName
{
color: #527A6D;
}
</style>
background-color css
<style>
a { background-color: #527A6D; }
a { background-color: rgb(82,122,109); }
div.DivClassName
{
background-color: #527A6D;
}
.BgClassName
{
background-color: #527A6D;
}
</style>
border-color css
<style>
span { border-color: #527A6D; }
span { border-color: rgb(82,122,109); }
td.TdClassName
{
border-color: #527A6D;
}
.TagClassName
{
border-color: #527A6D;
}
</style>