Shades of Kelp #54563E
Tints of Kelp #54563E
RGB
CMYK
RGB Variations
Color information
#54563E (or 0x54563E) is known color: Kelp. HEX triplet: 54, 56 and 3E. RGB value is (84,86,62). Sum of RGB (Red+Green+Blue) = 84+86+62=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #54563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54563E is #ABA9C1. Grayscale: #525252. Windows color (decimal): -11250114 or 4085332. OLE color: 4085332.
HSL color Cylindrical-coordinate representation of color #54563E: hue angle of 65º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54563E is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 62 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.66 |
| HSL | 65º | 0.16% | 0.29% | - |
| HSV(B) | 65º | 0.28% | 0.34% | - |
| XYZ | 7.85 | 8.89 | 5.86 | - |
| YUV | 82.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 62 | 0.02 | 0 | 0.28 | 0.66 | 65 | 0.16 | 0.29 |
| Hex | 54 | 56 | 3E | 2 | 0 | 1C | 42 | 41 | 10 | 1D |
| Octal | 124 | 126 | 76 | 2 | 0 | 34 | 102 | 101 | 20 | 35 |
| Binary | 1010100 | 1010110 | 111110 | 10 | 0 | 11100 | 1000010 | 1000001 | 10000 | 11101 |
Color Harmonies of #54563E
Complementary color
Monochromatic Colors of #54563E
Black with #54563E
Text Example
Text Example
White with #54563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54563E; }
p { color: rgb(84,86,62); }
H1.HeaderClassName
{
color: #54563E;
}
.AnyTagClassName
{
color: #54563E;
}
</style>
background-color css
<style>
a { background-color: #54563E; }
a { background-color: rgb(84,86,62); }
div.DivClassName
{
background-color: #54563E;
}
.BgClassName
{
background-color: #54563E;
}
</style>
border-color css
<style>
span { border-color: #54563E; }
span { border-color: rgb(84,86,62); }
td.TdClassName
{
border-color: #54563E;
}
.TagClassName
{
border-color: #54563E;
}
</style>