Shades of Cutty Sark #53856C
Tints of Cutty Sark #53856C
RGB
CMYK
RGB Variations
Color information
#53856C (or 0x53856C) is known color: Cutty Sark. HEX triplet: 53, 85 and 6C. RGB value is (83,133,108). Sum of RGB (Red+Green+Blue) = 83+133+108=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #53856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53856C is #AC7A93. Grayscale: #737373. Windows color (decimal): -11303572 or 7112019. OLE color: 7112019.
HSL color Cylindrical-coordinate representation of color #53856C: hue angle of 150º 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 #53856C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 108 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.48 |
| HSL | 150º | 0.23% | 0.42% | - |
| HSV(B) | 150º | 0.38% | 0.52% | - |
| XYZ | 14.66 | 19.7 | 17.22 | - |
| YUV | 115.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 108 | 0.38 | 0 | 0.19 | 0.48 | 150 | 0.23 | 0.42 |
| Hex | 53 | 85 | 6C | 26 | 0 | 13 | 30 | 96 | 17 | 2A |
| Octal | 123 | 205 | 154 | 46 | 0 | 23 | 60 | 226 | 27 | 52 |
| Binary | 1010011 | 10000101 | 1101100 | 100110 | 0 | 10011 | 110000 | 10010110 | 10111 | 101010 |
Color Harmonies of #53856C
Complementary color
Monochromatic Colors of #53856C
Black with #53856C
Text Example
Text Example
White with #53856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53856C; }
p { color: rgb(83,133,108); }
H1.HeaderClassName
{
color: #53856C;
}
.AnyTagClassName
{
color: #53856C;
}
</style>
background-color css
<style>
a { background-color: #53856C; }
a { background-color: rgb(83,133,108); }
div.DivClassName
{
background-color: #53856C;
}
.BgClassName
{
background-color: #53856C;
}
</style>
border-color css
<style>
span { border-color: #53856C; }
span { border-color: rgb(83,133,108); }
td.TdClassName
{
border-color: #53856C;
}
.TagClassName
{
border-color: #53856C;
}
</style>