Shades of Kelp #545540
Tints of Kelp #545540
RGB
CMYK
RGB Variations
Color information
#545540 (or 0x545540) is known color: Kelp. HEX triplet: 54, 55 and 40. RGB value is (84,85,64). Sum of RGB (Red+Green+Blue) = 84+85+64=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #545540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545540 is #ABAABF. Grayscale: #525252. Windows color (decimal): -11250368 or 4216148. OLE color: 4216148.
HSL color Cylindrical-coordinate representation of color #545540: hue angle of 62.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545540 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 64 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.67 |
| HSL | 62.86º | 0.14% | 0.29% | - |
| HSV(B) | 62.86º | 0.25% | 0.33% | - |
| XYZ | 7.83 | 8.75 | 6.13 | - |
| YUV | 82.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 64 | 0.01 | 0 | 0.25 | 0.67 | 62.86 | 0.14 | 0.29 |
| Hex | 54 | 55 | 40 | 1 | 0 | 19 | 43 | 3F | E | 1D |
| Octal | 124 | 125 | 100 | 1 | 0 | 31 | 103 | 77 | 16 | 35 |
| Binary | 1010100 | 1010101 | 1000000 | 1 | 0 | 11001 | 1000011 | 111111 | 1110 | 11101 |
Color Harmonies of #545540
Complementary color
Monochromatic Colors of #545540
Black with #545540
Text Example
Text Example
White with #545540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545540; }
p { color: rgb(84,85,64); }
H1.HeaderClassName
{
color: #545540;
}
.AnyTagClassName
{
color: #545540;
}
</style>
background-color css
<style>
a { background-color: #545540; }
a { background-color: rgb(84,85,64); }
div.DivClassName
{
background-color: #545540;
}
.BgClassName
{
background-color: #545540;
}
</style>
border-color css
<style>
span { border-color: #545540; }
span { border-color: rgb(84,85,64); }
td.TdClassName
{
border-color: #545540;
}
.TagClassName
{
border-color: #545540;
}
</style>