Shades of Cutty Sark #538575
Tints of Cutty Sark #538575
RGB
CMYK
RGB Variations
Color information
#538575 (or 0x538575) is known color: Cutty Sark. HEX triplet: 53, 85 and 75. RGB value is (83,133,117). Sum of RGB (Red+Green+Blue) = 83+133+117=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #538575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538575 is #AC7A8A. Grayscale: #747474. Windows color (decimal): -11303563 or 7701843. OLE color: 7701843.
HSL color Cylindrical-coordinate representation of color #538575: hue angle of 160.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538575 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 117 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.48 |
| HSL | 160.8º | 0.23% | 0.42% | - |
| HSV(B) | 160.8º | 0.38% | 0.52% | - |
| XYZ | 15.17 | 19.9 | 19.87 | - |
| YUV | 116.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 117 | 0.38 | 0 | 0.12 | 0.48 | 160.8 | 0.23 | 0.42 |
| Hex | 53 | 85 | 75 | 26 | 0 | C | 30 | A1 | 17 | 2A |
| Octal | 123 | 205 | 165 | 46 | 0 | 14 | 60 | 241 | 27 | 52 |
| Binary | 1010011 | 10000101 | 1110101 | 100110 | 0 | 1100 | 110000 | 10100001 | 10111 | 101010 |
Color Harmonies of #538575
Complementary color
Monochromatic Colors of #538575
Black with #538575
Text Example
Text Example
White with #538575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538575; }
p { color: rgb(83,133,117); }
H1.HeaderClassName
{
color: #538575;
}
.AnyTagClassName
{
color: #538575;
}
</style>
background-color css
<style>
a { background-color: #538575; }
a { background-color: rgb(83,133,117); }
div.DivClassName
{
background-color: #538575;
}
.BgClassName
{
background-color: #538575;
}
</style>
border-color css
<style>
span { border-color: #538575; }
span { border-color: rgb(83,133,117); }
td.TdClassName
{
border-color: #538575;
}
.TagClassName
{
border-color: #538575;
}
</style>