Shades of Cutty Sark #53866C
Tints of Cutty Sark #53866C
RGB
CMYK
RGB Variations
Color information
#53866C (or 0x53866C) is known color: Cutty Sark. HEX triplet: 53, 86 and 6C. RGB value is (83,134,108). Sum of RGB (Red+Green+Blue) = 83+134+108=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #53866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53866C is #AC7993. Grayscale: #737373. Windows color (decimal): -11303316 or 7112275. OLE color: 7112275.
HSL color Cylindrical-coordinate representation of color #53866C: hue angle of 149.41º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53866C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 108 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.47 |
| HSL | 149.41º | 0.24% | 0.43% | - |
| HSV(B) | 149.41º | 0.38% | 0.53% | - |
| XYZ | 14.8 | 19.97 | 17.26 | - |
| YUV | 115.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 108 | 0.38 | 0 | 0.19 | 0.47 | 149.41 | 0.24 | 0.43 |
| Hex | 53 | 86 | 6C | 26 | 0 | 13 | 2F | 95 | 18 | 2B |
| Octal | 123 | 206 | 154 | 46 | 0 | 23 | 57 | 225 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1101100 | 100110 | 0 | 10011 | 101111 | 10010101 | 11000 | 101011 |
Color Harmonies of #53866C
Complementary color
Monochromatic Colors of #53866C
Black with #53866C
Text Example
Text Example
White with #53866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53866C; }
p { color: rgb(83,134,108); }
H1.HeaderClassName
{
color: #53866C;
}
.AnyTagClassName
{
color: #53866C;
}
</style>
background-color css
<style>
a { background-color: #53866C; }
a { background-color: rgb(83,134,108); }
div.DivClassName
{
background-color: #53866C;
}
.BgClassName
{
background-color: #53866C;
}
</style>
border-color css
<style>
span { border-color: #53866C; }
span { border-color: rgb(83,134,108); }
td.TdClassName
{
border-color: #53866C;
}
.TagClassName
{
border-color: #53866C;
}
</style>