Shades of Cutty Sark #53776A
Tints of Cutty Sark #53776A
RGB
CMYK
RGB Variations
Color information
#53776A (or 0x53776A) is known color: Cutty Sark. HEX triplet: 53, 77 and 6A. RGB value is (83,119,106). Sum of RGB (Red+Green+Blue) = 83+119+106=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #53776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776A is #AC8895. Grayscale: #6A6A6A. Windows color (decimal): -11307158 or 6977363. OLE color: 6977363.
HSL color Cylindrical-coordinate representation of color #53776A: hue angle of 158.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53776A is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 106 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.53 |
| HSL | 158.33º | 0.18% | 0.4% | - |
| HSV(B) | 158.33º | 0.3% | 0.47% | - |
| XYZ | 12.77 | 16.07 | 16.07 | - |
| YUV | 106.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 106 | 0.30 | 0 | 0.11 | 0.53 | 158.33 | 0.18 | 0.4 |
| Hex | 53 | 77 | 6A | 1E | 0 | B | 35 | 9E | 12 | 28 |
| Octal | 123 | 167 | 152 | 36 | 0 | 13 | 65 | 236 | 22 | 50 |
| Binary | 1010011 | 1110111 | 1101010 | 11110 | 0 | 1011 | 110101 | 10011110 | 10010 | 101000 |
Color Harmonies of #53776A
Complementary color
Monochromatic Colors of #53776A
Black with #53776A
Text Example
Text Example
White with #53776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53776A; }
p { color: rgb(83,119,106); }
H1.HeaderClassName
{
color: #53776A;
}
.AnyTagClassName
{
color: #53776A;
}
</style>
background-color css
<style>
a { background-color: #53776A; }
a { background-color: rgb(83,119,106); }
div.DivClassName
{
background-color: #53776A;
}
.BgClassName
{
background-color: #53776A;
}
</style>
border-color css
<style>
span { border-color: #53776A; }
span { border-color: rgb(83,119,106); }
td.TdClassName
{
border-color: #53776A;
}
.TagClassName
{
border-color: #53776A;
}
</style>