Shades of Cutty Sark #537E6C
Tints of Cutty Sark #537E6C
RGB
CMYK
RGB Variations
Color information
#537E6C (or 0x537E6C) is known color: Cutty Sark. HEX triplet: 53, 7E and 6C. RGB value is (83,126,108). Sum of RGB (Red+Green+Blue) = 83+126+108=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #537E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E6C is #AC8193. Grayscale: #6F6F6F. Windows color (decimal): -11305364 or 7110227. OLE color: 7110227.
HSL color Cylindrical-coordinate representation of color #537E6C: hue angle of 154.88º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E6C is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 108 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.51 |
| HSL | 154.88º | 0.21% | 0.41% | - |
| HSV(B) | 154.88º | 0.34% | 0.49% | - |
| XYZ | 13.73 | 17.84 | 16.91 | - |
| YUV | 111.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 108 | 0.34 | 0 | 0.14 | 0.51 | 154.88 | 0.21 | 0.41 |
| Hex | 53 | 7E | 6C | 22 | 0 | E | 33 | 9B | 15 | 29 |
| Octal | 123 | 176 | 154 | 42 | 0 | 16 | 63 | 233 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1101100 | 100010 | 0 | 1110 | 110011 | 10011011 | 10101 | 101001 |
Color Harmonies of #537E6C
Complementary color
Monochromatic Colors of #537E6C
Black with #537E6C
Text Example
Text Example
White with #537E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E6C; }
p { color: rgb(83,126,108); }
H1.HeaderClassName
{
color: #537E6C;
}
.AnyTagClassName
{
color: #537E6C;
}
</style>
background-color css
<style>
a { background-color: #537E6C; }
a { background-color: rgb(83,126,108); }
div.DivClassName
{
background-color: #537E6C;
}
.BgClassName
{
background-color: #537E6C;
}
</style>
border-color css
<style>
span { border-color: #537E6C; }
span { border-color: rgb(83,126,108); }
td.TdClassName
{
border-color: #537E6C;
}
.TagClassName
{
border-color: #537E6C;
}
</style>