Shades of Cutty Sark #537A6C
Tints of Cutty Sark #537A6C
RGB
CMYK
RGB Variations
Color information
#537A6C (or 0x537A6C) is known color: Cutty Sark. HEX triplet: 53, 7A and 6C. RGB value is (83,122,108). Sum of RGB (Red+Green+Blue) = 83+122+108=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #537A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A6C is #AC8593. Grayscale: #6C6C6C. Windows color (decimal): -11306388 or 7109203. OLE color: 7109203.
HSL color Cylindrical-coordinate representation of color #537A6C: hue angle of 158.46º 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 #537A6C is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 108 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.52 |
| HSL | 158.46º | 0.19% | 0.4% | - |
| HSV(B) | 158.46º | 0.32% | 0.48% | - |
| XYZ | 13.23 | 16.84 | 16.74 | - |
| YUV | 108.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 108 | 0.32 | 0 | 0.11 | 0.52 | 158.46 | 0.19 | 0.4 |
| Hex | 53 | 7A | 6C | 20 | 0 | B | 34 | 9E | 13 | 28 |
| Octal | 123 | 172 | 154 | 40 | 0 | 13 | 64 | 236 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1101100 | 100000 | 0 | 1011 | 110100 | 10011110 | 10011 | 101000 |
Color Harmonies of #537A6C
Complementary color
Monochromatic Colors of #537A6C
Black with #537A6C
Text Example
Text Example
White with #537A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A6C; }
p { color: rgb(83,122,108); }
H1.HeaderClassName
{
color: #537A6C;
}
.AnyTagClassName
{
color: #537A6C;
}
</style>
background-color css
<style>
a { background-color: #537A6C; }
a { background-color: rgb(83,122,108); }
div.DivClassName
{
background-color: #537A6C;
}
.BgClassName
{
background-color: #537A6C;
}
</style>
border-color css
<style>
span { border-color: #537A6C; }
span { border-color: rgb(83,122,108); }
td.TdClassName
{
border-color: #537A6C;
}
.TagClassName
{
border-color: #537A6C;
}
</style>