Shades of Cutty Sark #538875
Tints of Cutty Sark #538875
RGB
CMYK
RGB Variations
Color information
#538875 (or 0x538875) is known color: Cutty Sark. HEX triplet: 53, 88 and 75. RGB value is (83,136,117). Sum of RGB (Red+Green+Blue) = 83+136+117=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #538875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538875 is #AC778A. Grayscale: #767676. Windows color (decimal): -11302795 or 7702611. OLE color: 7702611.
HSL color Cylindrical-coordinate representation of color #538875: hue angle of 158.49º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538875 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 117 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.47 |
| HSL | 158.49º | 0.24% | 0.43% | - |
| HSV(B) | 158.49º | 0.39% | 0.53% | - |
| XYZ | 15.58 | 20.73 | 20.01 | - |
| YUV | 117.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 117 | 0.39 | 0 | 0.14 | 0.47 | 158.49 | 0.24 | 0.43 |
| Hex | 53 | 88 | 75 | 27 | 0 | E | 2F | 9E | 18 | 2B |
| Octal | 123 | 210 | 165 | 47 | 0 | 16 | 57 | 236 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1110101 | 100111 | 0 | 1110 | 101111 | 10011110 | 11000 | 101011 |
Color Harmonies of #538875
Complementary color
Monochromatic Colors of #538875
Black with #538875
Text Example
Text Example
White with #538875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538875; }
p { color: rgb(83,136,117); }
H1.HeaderClassName
{
color: #538875;
}
.AnyTagClassName
{
color: #538875;
}
</style>
background-color css
<style>
a { background-color: #538875; }
a { background-color: rgb(83,136,117); }
div.DivClassName
{
background-color: #538875;
}
.BgClassName
{
background-color: #538875;
}
</style>
border-color css
<style>
span { border-color: #538875; }
span { border-color: rgb(83,136,117); }
td.TdClassName
{
border-color: #538875;
}
.TagClassName
{
border-color: #538875;
}
</style>