Shades of Kelp #545640
Tints of Kelp #545640
RGB
CMYK
RGB Variations
Color information
#545640 (or 0x545640) is known color: Kelp. HEX triplet: 54, 56 and 40. RGB value is (84,86,64). Sum of RGB (Red+Green+Blue) = 84+86+64=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #545640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545640 is #ABA9BF. Grayscale: #525252. Windows color (decimal): -11250112 or 4216404. OLE color: 4216404.
HSL color Cylindrical-coordinate representation of color #545640: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545640 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 64 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.66 |
| HSL | 65.45º | 0.15% | 0.29% | - |
| HSV(B) | 65.45º | 0.26% | 0.34% | - |
| XYZ | 7.91 | 8.91 | 6.15 | - |
| YUV | 82.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 64 | 0.02 | 0 | 0.26 | 0.66 | 65.45 | 0.15 | 0.29 |
| Hex | 54 | 56 | 40 | 2 | 0 | 1A | 42 | 41 | F | 1D |
| Octal | 124 | 126 | 100 | 2 | 0 | 32 | 102 | 101 | 17 | 35 |
| Binary | 1010100 | 1010110 | 1000000 | 10 | 0 | 11010 | 1000010 | 1000001 | 1111 | 11101 |
Color Harmonies of #545640
Complementary color
Monochromatic Colors of #545640
Black with #545640
Text Example
Text Example
White with #545640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545640; }
p { color: rgb(84,86,64); }
H1.HeaderClassName
{
color: #545640;
}
.AnyTagClassName
{
color: #545640;
}
</style>
background-color css
<style>
a { background-color: #545640; }
a { background-color: rgb(84,86,64); }
div.DivClassName
{
background-color: #545640;
}
.BgClassName
{
background-color: #545640;
}
</style>
border-color css
<style>
span { border-color: #545640; }
span { border-color: rgb(84,86,64); }
td.TdClassName
{
border-color: #545640;
}
.TagClassName
{
border-color: #545640;
}
</style>