Shades of Cutty Sark #537E6B
Tints of Cutty Sark #537E6B
RGB
CMYK
RGB Variations
Color information
#537E6B (or 0x537E6B) is known color: Cutty Sark. HEX triplet: 53, 7E and 6B. RGB value is (83,126,107). Sum of RGB (Red+Green+Blue) = 83+126+107=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #537E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E6B is #AC8194. Grayscale: #6F6F6F. Windows color (decimal): -11305365 or 7044691. OLE color: 7044691.
HSL color Cylindrical-coordinate representation of color #537E6B: hue angle of 153.49º 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 #537E6B is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 107 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.51 |
| HSL | 153.49º | 0.21% | 0.41% | - |
| HSV(B) | 153.49º | 0.34% | 0.49% | - |
| XYZ | 13.68 | 17.82 | 16.63 | - |
| YUV | 110.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 107 | 0.34 | 0 | 0.15 | 0.51 | 153.49 | 0.21 | 0.41 |
| Hex | 53 | 7E | 6B | 22 | 0 | F | 33 | 99 | 15 | 29 |
| Octal | 123 | 176 | 153 | 42 | 0 | 17 | 63 | 231 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1101011 | 100010 | 0 | 1111 | 110011 | 10011001 | 10101 | 101001 |
Color Harmonies of #537E6B
Complementary color
Monochromatic Colors of #537E6B
Black with #537E6B
Text Example
Text Example
White with #537E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E6B; }
p { color: rgb(83,126,107); }
H1.HeaderClassName
{
color: #537E6B;
}
.AnyTagClassName
{
color: #537E6B;
}
</style>
background-color css
<style>
a { background-color: #537E6B; }
a { background-color: rgb(83,126,107); }
div.DivClassName
{
background-color: #537E6B;
}
.BgClassName
{
background-color: #537E6B;
}
</style>
border-color css
<style>
span { border-color: #537E6B; }
span { border-color: rgb(83,126,107); }
td.TdClassName
{
border-color: #537E6B;
}
.TagClassName
{
border-color: #537E6B;
}
</style>