Shades of Cutty Sark #54866B
Tints of Cutty Sark #54866B
RGB
CMYK
RGB Variations
Color information
#54866B (or 0x54866B) is known color: Cutty Sark. HEX triplet: 54, 86 and 6B. RGB value is (84,134,107). Sum of RGB (Red+Green+Blue) = 84+134+107=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #54866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54866B is #AB7994. Grayscale: #747474. Windows color (decimal): -11237781 or 7046740. OLE color: 7046740.
HSL color Cylindrical-coordinate representation of color #54866B: hue angle of 147.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54866B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 107 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.47 |
| HSL | 147.6º | 0.23% | 0.43% | - |
| HSV(B) | 147.6º | 0.37% | 0.53% | - |
| XYZ | 14.84 | 20 | 16.99 | - |
| YUV | 115.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 107 | 0.37 | 0 | 0.20 | 0.47 | 147.6 | 0.23 | 0.43 |
| Hex | 54 | 86 | 6B | 25 | 0 | 14 | 2F | 94 | 17 | 2B |
| Octal | 124 | 206 | 153 | 45 | 0 | 24 | 57 | 224 | 27 | 53 |
| Binary | 1010100 | 10000110 | 1101011 | 100101 | 0 | 10100 | 101111 | 10010100 | 10111 | 101011 |
Color Harmonies of #54866B
Complementary color
Monochromatic Colors of #54866B
Black with #54866B
Text Example
Text Example
White with #54866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54866B; }
p { color: rgb(84,134,107); }
H1.HeaderClassName
{
color: #54866B;
}
.AnyTagClassName
{
color: #54866B;
}
</style>
background-color css
<style>
a { background-color: #54866B; }
a { background-color: rgb(84,134,107); }
div.DivClassName
{
background-color: #54866B;
}
.BgClassName
{
background-color: #54866B;
}
</style>
border-color css
<style>
span { border-color: #54866B; }
span { border-color: rgb(84,134,107); }
td.TdClassName
{
border-color: #54866B;
}
.TagClassName
{
border-color: #54866B;
}
</style>