Shades of Cutty Sark #53896D
Tints of Cutty Sark #53896D
RGB
CMYK
RGB Variations
Color information
#53896D (or 0x53896D) is known color: Cutty Sark. HEX triplet: 53, 89 and 6D. RGB value is (83,137,109). Sum of RGB (Red+Green+Blue) = 83+137+109=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #53896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53896D is #AC7692. Grayscale: #757575. Windows color (decimal): -11302547 or 7178579. OLE color: 7178579.
HSL color Cylindrical-coordinate representation of color #53896D: hue angle of 148.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53896D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 109 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.46 |
| HSL | 148.89º | 0.25% | 0.43% | - |
| HSV(B) | 148.89º | 0.39% | 0.54% | - |
| XYZ | 15.27 | 20.83 | 17.68 | - |
| YUV | 117.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 109 | 0.39 | 0 | 0.20 | 0.46 | 148.89 | 0.25 | 0.43 |
| Hex | 53 | 89 | 6D | 27 | 0 | 14 | 2E | 95 | 19 | 2B |
| Octal | 123 | 211 | 155 | 47 | 0 | 24 | 56 | 225 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1101101 | 100111 | 0 | 10100 | 101110 | 10010101 | 11001 | 101011 |
Color Harmonies of #53896D
Complementary color
Monochromatic Colors of #53896D
Black with #53896D
Text Example
Text Example
White with #53896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53896D; }
p { color: rgb(83,137,109); }
H1.HeaderClassName
{
color: #53896D;
}
.AnyTagClassName
{
color: #53896D;
}
</style>
background-color css
<style>
a { background-color: #53896D; }
a { background-color: rgb(83,137,109); }
div.DivClassName
{
background-color: #53896D;
}
.BgClassName
{
background-color: #53896D;
}
</style>
border-color css
<style>
span { border-color: #53896D; }
span { border-color: rgb(83,137,109); }
td.TdClassName
{
border-color: #53896D;
}
.TagClassName
{
border-color: #53896D;
}
</style>