Shades of Cutty Sark #54836B
Tints of Cutty Sark #54836B
RGB
CMYK
RGB Variations
Color information
#54836B (or 0x54836B) is known color: Cutty Sark. HEX triplet: 54, 83 and 6B. RGB value is (84,131,107). Sum of RGB (Red+Green+Blue) = 84+131+107=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #54836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54836B is #AB7C94. Grayscale: #727272. Windows color (decimal): -11238549 or 7045972. OLE color: 7045972.
HSL color Cylindrical-coordinate representation of color #54836B: hue angle of 149.36º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54836B is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 107 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.49 |
| HSL | 149.36º | 0.22% | 0.42% | - |
| HSV(B) | 149.36º | 0.36% | 0.51% | - |
| XYZ | 14.43 | 19.18 | 16.85 | - |
| YUV | 114.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 107 | 0.36 | 0 | 0.18 | 0.49 | 149.36 | 0.22 | 0.42 |
| Hex | 54 | 83 | 6B | 24 | 0 | 12 | 31 | 95 | 16 | 2A |
| Octal | 124 | 203 | 153 | 44 | 0 | 22 | 61 | 225 | 26 | 52 |
| Binary | 1010100 | 10000011 | 1101011 | 100100 | 0 | 10010 | 110001 | 10010101 | 10110 | 101010 |
Color Harmonies of #54836B
Complementary color
Monochromatic Colors of #54836B
Black with #54836B
Text Example
Text Example
White with #54836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54836B; }
p { color: rgb(84,131,107); }
H1.HeaderClassName
{
color: #54836B;
}
.AnyTagClassName
{
color: #54836B;
}
</style>
background-color css
<style>
a { background-color: #54836B; }
a { background-color: rgb(84,131,107); }
div.DivClassName
{
background-color: #54836B;
}
.BgClassName
{
background-color: #54836B;
}
</style>
border-color css
<style>
span { border-color: #54836B; }
span { border-color: rgb(84,131,107); }
td.TdClassName
{
border-color: #54836B;
}
.TagClassName
{
border-color: #54836B;
}
</style>