Shades of Cutty Sark #538F71
Tints of Cutty Sark #538F71
RGB
CMYK
RGB Variations
Color information
#538F71 (or 0x538F71) is known color: Cutty Sark. HEX triplet: 53, 8F and 71. RGB value is (83,143,113). Sum of RGB (Red+Green+Blue) = 83+143+113=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #538F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F71 is #AC708E. Grayscale: #797979. Windows color (decimal): -11301007 or 7442259. OLE color: 7442259.
HSL color Cylindrical-coordinate representation of color #538F71: hue angle of 150º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F71 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 113 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.44 |
| HSL | 150º | 0.27% | 0.44% | - |
| HSV(B) | 150º | 0.42% | 0.56% | - |
| XYZ | 16.37 | 22.68 | 19.14 | - |
| YUV | 121.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 113 | 0.42 | 0 | 0.21 | 0.44 | 150 | 0.27 | 0.44 |
| Hex | 53 | 8F | 71 | 2A | 0 | 15 | 2C | 96 | 1B | 2C |
| Octal | 123 | 217 | 161 | 52 | 0 | 25 | 54 | 226 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1110001 | 101010 | 0 | 10101 | 101100 | 10010110 | 11011 | 101100 |
Color Harmonies of #538F71
Complementary color
Monochromatic Colors of #538F71
Black with #538F71
Text Example
Text Example
White with #538F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F71; }
p { color: rgb(83,143,113); }
H1.HeaderClassName
{
color: #538F71;
}
.AnyTagClassName
{
color: #538F71;
}
</style>
background-color css
<style>
a { background-color: #538F71; }
a { background-color: rgb(83,143,113); }
div.DivClassName
{
background-color: #538F71;
}
.BgClassName
{
background-color: #538F71;
}
</style>
border-color css
<style>
span { border-color: #538F71; }
span { border-color: rgb(83,143,113); }
td.TdClassName
{
border-color: #538F71;
}
.TagClassName
{
border-color: #538F71;
}
</style>