Shades of Cutty Sark #53886A
Tints of Cutty Sark #53886A
RGB
CMYK
RGB Variations
Color information
#53886A (or 0x53886A) is known color: Cutty Sark. HEX triplet: 53, 88 and 6A. RGB value is (83,136,106). Sum of RGB (Red+Green+Blue) = 83+136+106=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #53886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53886A is #AC7795. Grayscale: #747474. Windows color (decimal): -11302806 or 6981715. OLE color: 6981715.
HSL color Cylindrical-coordinate representation of color #53886A: hue angle of 146.04º 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 #53886A is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 106 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.47 |
| HSL | 146.04º | 0.24% | 0.43% | - |
| HSV(B) | 146.04º | 0.39% | 0.53% | - |
| XYZ | 14.97 | 20.49 | 16.8 | - |
| YUV | 116.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 106 | 0.39 | 0 | 0.22 | 0.47 | 146.04 | 0.24 | 0.43 |
| Hex | 53 | 88 | 6A | 27 | 0 | 16 | 2F | 92 | 18 | 2B |
| Octal | 123 | 210 | 152 | 47 | 0 | 26 | 57 | 222 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1101010 | 100111 | 0 | 10110 | 101111 | 10010010 | 11000 | 101011 |
Color Harmonies of #53886A
Complementary color
Monochromatic Colors of #53886A
Black with #53886A
Text Example
Text Example
White with #53886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53886A; }
p { color: rgb(83,136,106); }
H1.HeaderClassName
{
color: #53886A;
}
.AnyTagClassName
{
color: #53886A;
}
</style>
background-color css
<style>
a { background-color: #53886A; }
a { background-color: rgb(83,136,106); }
div.DivClassName
{
background-color: #53886A;
}
.BgClassName
{
background-color: #53886A;
}
</style>
border-color css
<style>
span { border-color: #53886A; }
span { border-color: rgb(83,136,106); }
td.TdClassName
{
border-color: #53886A;
}
.TagClassName
{
border-color: #53886A;
}
</style>