Shades of Cutty Sark #537A6D
Tints of Cutty Sark #537A6D
RGB
CMYK
RGB Variations
Color information
#537A6D (or 0x537A6D) is known color: Cutty Sark. HEX triplet: 53, 7A and 6D. RGB value is (83,122,109). Sum of RGB (Red+Green+Blue) = 83+122+109=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #537A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A6D is #AC8592. Grayscale: #6C6C6C. Windows color (decimal): -11306387 or 7174739. OLE color: 7174739.
HSL color Cylindrical-coordinate representation of color #537A6D: hue angle of 160º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A6D is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 109 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.52 |
| HSL | 160º | 0.19% | 0.4% | - |
| HSV(B) | 160º | 0.32% | 0.48% | - |
| XYZ | 13.29 | 16.86 | 17.02 | - |
| YUV | 108.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 109 | 0.32 | 0 | 0.11 | 0.52 | 160 | 0.19 | 0.4 |
| Hex | 53 | 7A | 6D | 20 | 0 | B | 34 | A0 | 13 | 28 |
| Octal | 123 | 172 | 155 | 40 | 0 | 13 | 64 | 240 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1101101 | 100000 | 0 | 1011 | 110100 | 10100000 | 10011 | 101000 |
Color Harmonies of #537A6D
Complementary color
Monochromatic Colors of #537A6D
Black with #537A6D
Text Example
Text Example
White with #537A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A6D; }
p { color: rgb(83,122,109); }
H1.HeaderClassName
{
color: #537A6D;
}
.AnyTagClassName
{
color: #537A6D;
}
</style>
background-color css
<style>
a { background-color: #537A6D; }
a { background-color: rgb(83,122,109); }
div.DivClassName
{
background-color: #537A6D;
}
.BgClassName
{
background-color: #537A6D;
}
</style>
border-color css
<style>
span { border-color: #537A6D; }
span { border-color: rgb(83,122,109); }
td.TdClassName
{
border-color: #537A6D;
}
.TagClassName
{
border-color: #537A6D;
}
</style>