Shades of Cutty Sark #53796C
Tints of Cutty Sark #53796C
RGB
CMYK
RGB Variations
Color information
#53796C (or 0x53796C) is known color: Cutty Sark. HEX triplet: 53, 79 and 6C. RGB value is (83,121,108). Sum of RGB (Red+Green+Blue) = 83+121+108=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #53796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796C is #AC8693. Grayscale: #6C6C6C. Windows color (decimal): -11306644 or 7108947. OLE color: 7108947.
HSL color Cylindrical-coordinate representation of color #53796C: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53796C is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 121 | 108 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.53 |
| HSL | 159.47º | 0.19% | 0.4% | - |
| HSV(B) | 159.47º | 0.31% | 0.47% | - |
| XYZ | 13.11 | 16.6 | 16.7 | - |
| YUV | 108.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 108 | 0.31 | 0 | 0.11 | 0.53 | 159.47 | 0.19 | 0.4 |
| Hex | 53 | 79 | 6C | 1F | 0 | B | 35 | 9F | 13 | 28 |
| Octal | 123 | 171 | 154 | 37 | 0 | 13 | 65 | 237 | 23 | 50 |
| Binary | 1010011 | 1111001 | 1101100 | 11111 | 0 | 1011 | 110101 | 10011111 | 10011 | 101000 |
Color Harmonies of #53796C
Complementary color
Monochromatic Colors of #53796C
Black with #53796C
Text Example
Text Example
White with #53796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53796C; }
p { color: rgb(83,121,108); }
H1.HeaderClassName
{
color: #53796C;
}
.AnyTagClassName
{
color: #53796C;
}
</style>
background-color css
<style>
a { background-color: #53796C; }
a { background-color: rgb(83,121,108); }
div.DivClassName
{
background-color: #53796C;
}
.BgClassName
{
background-color: #53796C;
}
</style>
border-color css
<style>
span { border-color: #53796C; }
span { border-color: rgb(83,121,108); }
td.TdClassName
{
border-color: #53796C;
}
.TagClassName
{
border-color: #53796C;
}
</style>