Shades of Cutty Sark #53906D
Tints of Cutty Sark #53906D
RGB
CMYK
RGB Variations
Color information
#53906D (or 0x53906D) is known color: Cutty Sark. HEX triplet: 53, 90 and 6D. RGB value is (83,144,109). Sum of RGB (Red+Green+Blue) = 83+144+109=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #53906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53906D is #AC6F92. Grayscale: #797979. Windows color (decimal): -11300755 or 7180371. OLE color: 7180371.
HSL color Cylindrical-coordinate representation of color #53906D: hue angle of 145.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53906D is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 109 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.44 |
| HSL | 145.57º | 0.27% | 0.45% | - |
| HSV(B) | 145.57º | 0.42% | 0.56% | - |
| XYZ | 16.3 | 22.89 | 18.03 | - |
| YUV | 121.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 109 | 0.42 | 0 | 0.24 | 0.44 | 145.57 | 0.27 | 0.45 |
| Hex | 53 | 90 | 6D | 2A | 0 | 18 | 2C | 92 | 1B | 2D |
| Octal | 123 | 220 | 155 | 52 | 0 | 30 | 54 | 222 | 33 | 55 |
| Binary | 1010011 | 10010000 | 1101101 | 101010 | 0 | 11000 | 101100 | 10010010 | 11011 | 101101 |
Color Harmonies of #53906D
Complementary color
Monochromatic Colors of #53906D
Black with #53906D
Text Example
Text Example
White with #53906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53906D; }
p { color: rgb(83,144,109); }
H1.HeaderClassName
{
color: #53906D;
}
.AnyTagClassName
{
color: #53906D;
}
</style>
background-color css
<style>
a { background-color: #53906D; }
a { background-color: rgb(83,144,109); }
div.DivClassName
{
background-color: #53906D;
}
.BgClassName
{
background-color: #53906D;
}
</style>
border-color css
<style>
span { border-color: #53906D; }
span { border-color: rgb(83,144,109); }
td.TdClassName
{
border-color: #53906D;
}
.TagClassName
{
border-color: #53906D;
}
</style>