Shades of Cutty Sark #53886D
Tints of Cutty Sark #53886D
RGB
CMYK
RGB Variations
Color information
#53886D (or 0x53886D) is known color: Cutty Sark. HEX triplet: 53, 88 and 6D. RGB value is (83,136,109). Sum of RGB (Red+Green+Blue) = 83+136+109=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #53886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53886D is #AC7792. Grayscale: #757575. Windows color (decimal): -11302803 or 7178323. OLE color: 7178323.
HSL color Cylindrical-coordinate representation of color #53886D: hue angle of 149.43º 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 #53886D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 109 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.47 |
| HSL | 149.43º | 0.24% | 0.43% | - |
| HSV(B) | 149.43º | 0.39% | 0.53% | - |
| XYZ | 15.13 | 20.55 | 17.64 | - |
| YUV | 117.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 109 | 0.39 | 0 | 0.20 | 0.47 | 149.43 | 0.24 | 0.43 |
| Hex | 53 | 88 | 6D | 27 | 0 | 14 | 2F | 95 | 18 | 2B |
| Octal | 123 | 210 | 155 | 47 | 0 | 24 | 57 | 225 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1101101 | 100111 | 0 | 10100 | 101111 | 10010101 | 11000 | 101011 |
Color Harmonies of #53886D
Complementary color
Monochromatic Colors of #53886D
Black with #53886D
Text Example
Text Example
White with #53886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53886D; }
p { color: rgb(83,136,109); }
H1.HeaderClassName
{
color: #53886D;
}
.AnyTagClassName
{
color: #53886D;
}
</style>
background-color css
<style>
a { background-color: #53886D; }
a { background-color: rgb(83,136,109); }
div.DivClassName
{
background-color: #53886D;
}
.BgClassName
{
background-color: #53886D;
}
</style>
border-color css
<style>
span { border-color: #53886D; }
span { border-color: rgb(83,136,109); }
td.TdClassName
{
border-color: #53886D;
}
.TagClassName
{
border-color: #53886D;
}
</style>