Shades of Cutty Sark #537C6E
Tints of Cutty Sark #537C6E
RGB
CMYK
RGB Variations
Color information
#537C6E (or 0x537C6E) is known color: Cutty Sark. HEX triplet: 53, 7C and 6E. RGB value is (83,124,110). Sum of RGB (Red+Green+Blue) = 83+124+110=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #537C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C6E is #AC8391. Grayscale: #6E6E6E. Windows color (decimal): -11305874 or 7240787. OLE color: 7240787.
HSL color Cylindrical-coordinate representation of color #537C6E: hue angle of 159.51º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C6E is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 110 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.51 |
| HSL | 159.51º | 0.2% | 0.41% | - |
| HSV(B) | 159.51º | 0.33% | 0.49% | - |
| XYZ | 13.59 | 17.38 | 17.39 | - |
| YUV | 110.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 110 | 0.33 | 0 | 0.11 | 0.51 | 159.51 | 0.2 | 0.41 |
| Hex | 53 | 7C | 6E | 21 | 0 | B | 33 | A0 | 14 | 29 |
| Octal | 123 | 174 | 156 | 41 | 0 | 13 | 63 | 240 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1101110 | 100001 | 0 | 1011 | 110011 | 10100000 | 10100 | 101001 |
Color Harmonies of #537C6E
Complementary color
Monochromatic Colors of #537C6E
Black with #537C6E
Text Example
Text Example
White with #537C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C6E; }
p { color: rgb(83,124,110); }
H1.HeaderClassName
{
color: #537C6E;
}
.AnyTagClassName
{
color: #537C6E;
}
</style>
background-color css
<style>
a { background-color: #537C6E; }
a { background-color: rgb(83,124,110); }
div.DivClassName
{
background-color: #537C6E;
}
.BgClassName
{
background-color: #537C6E;
}
</style>
border-color css
<style>
span { border-color: #537C6E; }
span { border-color: rgb(83,124,110); }
td.TdClassName
{
border-color: #537C6E;
}
.TagClassName
{
border-color: #537C6E;
}
</style>