Shades of Cutty Sark #537F70
Tints of Cutty Sark #537F70
RGB
CMYK
RGB Variations
Color information
#537F70 (or 0x537F70) is known color: Cutty Sark. HEX triplet: 53, 7F and 70. RGB value is (83,127,112). Sum of RGB (Red+Green+Blue) = 83+127+112=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #537F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F70 is #AC808F. Grayscale: #707070. Windows color (decimal): -11305104 or 7372627. OLE color: 7372627.
HSL color Cylindrical-coordinate representation of color #537F70: hue angle of 159.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F70 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 112 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.50 |
| HSL | 159.55º | 0.21% | 0.41% | - |
| HSV(B) | 159.55º | 0.35% | 0.5% | - |
| XYZ | 14.08 | 18.19 | 18.1 | - |
| YUV | 112.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 112 | 0.35 | 0 | 0.12 | 0.50 | 159.55 | 0.21 | 0.41 |
| Hex | 53 | 7F | 70 | 23 | 0 | C | 32 | A0 | 15 | 29 |
| Octal | 123 | 177 | 160 | 43 | 0 | 14 | 62 | 240 | 25 | 51 |
| Binary | 1010011 | 1111111 | 1110000 | 100011 | 0 | 1100 | 110010 | 10100000 | 10101 | 101001 |
Color Harmonies of #537F70
Complementary color
Monochromatic Colors of #537F70
Black with #537F70
Text Example
Text Example
White with #537F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F70; }
p { color: rgb(83,127,112); }
H1.HeaderClassName
{
color: #537F70;
}
.AnyTagClassName
{
color: #537F70;
}
</style>
background-color css
<style>
a { background-color: #537F70; }
a { background-color: rgb(83,127,112); }
div.DivClassName
{
background-color: #537F70;
}
.BgClassName
{
background-color: #537F70;
}
</style>
border-color css
<style>
span { border-color: #537F70; }
span { border-color: rgb(83,127,112); }
td.TdClassName
{
border-color: #537F70;
}
.TagClassName
{
border-color: #537F70;
}
</style>