Shades of Cutty Sark #54786A
Tints of Cutty Sark #54786A
RGB
CMYK
RGB Variations
Color information
#54786A (or 0x54786A) is known color: Cutty Sark. HEX triplet: 54, 78 and 6A. RGB value is (84,120,106). Sum of RGB (Red+Green+Blue) = 84+120+106=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #54786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54786A is #AB8795. Grayscale: #6B6B6B. Windows color (decimal): -11241366 or 6977620. OLE color: 6977620.
HSL color Cylindrical-coordinate representation of color #54786A: hue angle of 156.67º 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 #54786A is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 120 | 106 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.53 |
| HSL | 156.67º | 0.18% | 0.4% | - |
| HSV(B) | 156.67º | 0.3% | 0.47% | - |
| XYZ | 12.97 | 16.36 | 16.11 | - |
| YUV | 107.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 106 | 0.3 | 0 | 0.12 | 0.53 | 156.67 | 0.18 | 0.4 |
| Hex | 54 | 78 | 6A | 1E | 0 | C | 35 | 9D | 12 | 28 |
| Octal | 124 | 170 | 152 | 36 | 0 | 14 | 65 | 235 | 22 | 50 |
| Binary | 1010100 | 1111000 | 1101010 | 11110 | 0 | 1100 | 110101 | 10011101 | 10010 | 101000 |
Color Harmonies of #54786A
Complementary color
Monochromatic Colors of #54786A
Black with #54786A
Text Example
Text Example
White with #54786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54786A; }
p { color: rgb(84,120,106); }
H1.HeaderClassName
{
color: #54786A;
}
.AnyTagClassName
{
color: #54786A;
}
</style>
background-color css
<style>
a { background-color: #54786A; }
a { background-color: rgb(84,120,106); }
div.DivClassName
{
background-color: #54786A;
}
.BgClassName
{
background-color: #54786A;
}
</style>
border-color css
<style>
span { border-color: #54786A; }
span { border-color: rgb(84,120,106); }
td.TdClassName
{
border-color: #54786A;
}
.TagClassName
{
border-color: #54786A;
}
</style>