Shades of Cutty Sark #537E6A
Tints of Cutty Sark #537E6A
RGB
CMYK
RGB Variations
Color information
#537E6A (or 0x537E6A) is known color: Cutty Sark. HEX triplet: 53, 7E and 6A. RGB value is (83,126,106). Sum of RGB (Red+Green+Blue) = 83+126+106=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #537E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E6A is #AC8195. Grayscale: #6E6E6E. Windows color (decimal): -11305366 or 6979155. OLE color: 6979155.
HSL color Cylindrical-coordinate representation of color #537E6A: hue angle of 152.09º 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 #537E6A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 106 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.51 |
| HSL | 152.09º | 0.21% | 0.41% | - |
| HSV(B) | 152.09º | 0.34% | 0.49% | - |
| XYZ | 13.63 | 17.8 | 16.35 | - |
| YUV | 110.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 106 | 0.34 | 0 | 0.16 | 0.51 | 152.09 | 0.21 | 0.41 |
| Hex | 53 | 7E | 6A | 22 | 0 | 10 | 33 | 98 | 15 | 29 |
| Octal | 123 | 176 | 152 | 42 | 0 | 20 | 63 | 230 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1101010 | 100010 | 0 | 10000 | 110011 | 10011000 | 10101 | 101001 |
Color Harmonies of #537E6A
Complementary color
Monochromatic Colors of #537E6A
Black with #537E6A
Text Example
Text Example
White with #537E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E6A; }
p { color: rgb(83,126,106); }
H1.HeaderClassName
{
color: #537E6A;
}
.AnyTagClassName
{
color: #537E6A;
}
</style>
background-color css
<style>
a { background-color: #537E6A; }
a { background-color: rgb(83,126,106); }
div.DivClassName
{
background-color: #537E6A;
}
.BgClassName
{
background-color: #537E6A;
}
</style>
border-color css
<style>
span { border-color: #537E6A; }
span { border-color: rgb(83,126,106); }
td.TdClassName
{
border-color: #537E6A;
}
.TagClassName
{
border-color: #537E6A;
}
</style>