Shades of Cutty Sark #54816C
Tints of Cutty Sark #54816C
RGB
CMYK
RGB Variations
Color information
#54816C (or 0x54816C) is known color: Cutty Sark. HEX triplet: 54, 81 and 6C. RGB value is (84,129,108). Sum of RGB (Red+Green+Blue) = 84+129+108=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #54816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54816C is #AB7E93. Grayscale: #717171. Windows color (decimal): -11239060 or 7110996. OLE color: 7110996.
HSL color Cylindrical-coordinate representation of color #54816C: hue angle of 152º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54816C is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 108 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.49 |
| HSL | 152º | 0.21% | 0.42% | - |
| HSV(B) | 152º | 0.35% | 0.51% | - |
| XYZ | 14.21 | 18.67 | 17.04 | - |
| YUV | 113.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 108 | 0.35 | 0 | 0.16 | 0.49 | 152 | 0.21 | 0.42 |
| Hex | 54 | 81 | 6C | 23 | 0 | 10 | 31 | 98 | 15 | 2A |
| Octal | 124 | 201 | 154 | 43 | 0 | 20 | 61 | 230 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1101100 | 100011 | 0 | 10000 | 110001 | 10011000 | 10101 | 101010 |
Color Harmonies of #54816C
Complementary color
Monochromatic Colors of #54816C
Black with #54816C
Text Example
Text Example
White with #54816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54816C; }
p { color: rgb(84,129,108); }
H1.HeaderClassName
{
color: #54816C;
}
.AnyTagClassName
{
color: #54816C;
}
</style>
background-color css
<style>
a { background-color: #54816C; }
a { background-color: rgb(84,129,108); }
div.DivClassName
{
background-color: #54816C;
}
.BgClassName
{
background-color: #54816C;
}
</style>
border-color css
<style>
span { border-color: #54816C; }
span { border-color: rgb(84,129,108); }
td.TdClassName
{
border-color: #54816C;
}
.TagClassName
{
border-color: #54816C;
}
</style>