Shades of Cutty Sark #54876D
Tints of Cutty Sark #54876D
RGB
CMYK
RGB Variations
Color information
#54876D (or 0x54876D) is known color: Cutty Sark. HEX triplet: 54, 87 and 6D. RGB value is (84,135,109). Sum of RGB (Red+Green+Blue) = 84+135+109=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #54876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54876D is #AB7892. Grayscale: #747474. Windows color (decimal): -11237523 or 7178068. OLE color: 7178068.
HSL color Cylindrical-coordinate representation of color #54876D: hue angle of 149.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54876D is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 109 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.47 |
| HSL | 149.41º | 0.23% | 0.43% | - |
| HSV(B) | 149.41º | 0.38% | 0.53% | - |
| XYZ | 15.08 | 20.32 | 17.59 | - |
| YUV | 116.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 109 | 0.38 | 0 | 0.19 | 0.47 | 149.41 | 0.23 | 0.43 |
| Hex | 54 | 87 | 6D | 26 | 0 | 13 | 2F | 95 | 17 | 2B |
| Octal | 124 | 207 | 155 | 46 | 0 | 23 | 57 | 225 | 27 | 53 |
| Binary | 1010100 | 10000111 | 1101101 | 100110 | 0 | 10011 | 101111 | 10010101 | 10111 | 101011 |
Color Harmonies of #54876D
Complementary color
Monochromatic Colors of #54876D
Black with #54876D
Text Example
Text Example
White with #54876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54876D; }
p { color: rgb(84,135,109); }
H1.HeaderClassName
{
color: #54876D;
}
.AnyTagClassName
{
color: #54876D;
}
</style>
background-color css
<style>
a { background-color: #54876D; }
a { background-color: rgb(84,135,109); }
div.DivClassName
{
background-color: #54876D;
}
.BgClassName
{
background-color: #54876D;
}
</style>
border-color css
<style>
span { border-color: #54876D; }
span { border-color: rgb(84,135,109); }
td.TdClassName
{
border-color: #54876D;
}
.TagClassName
{
border-color: #54876D;
}
</style>