Shades of Kelp #545740
Tints of Kelp #545740
RGB
CMYK
RGB Variations
Color information
#545740 (or 0x545740) is known color: Kelp. HEX triplet: 54, 57 and 40. RGB value is (84,87,64). Sum of RGB (Red+Green+Blue) = 84+87+64=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #545740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545740 is #ABA8BF. Grayscale: #535353. Windows color (decimal): -11249856 or 4216660. OLE color: 4216660.
HSL color Cylindrical-coordinate representation of color #545740: hue angle of 67.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545740 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 64 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.66 |
| HSL | 67.83º | 0.15% | 0.3% | - |
| HSV(B) | 67.83º | 0.26% | 0.34% | - |
| XYZ | 7.99 | 9.07 | 6.18 | - |
| YUV | 83.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 64 | 0.03 | 0 | 0.26 | 0.66 | 67.83 | 0.15 | 0.3 |
| Hex | 54 | 57 | 40 | 3 | 0 | 1A | 42 | 44 | F | 1E |
| Octal | 124 | 127 | 100 | 3 | 0 | 32 | 102 | 104 | 17 | 36 |
| Binary | 1010100 | 1010111 | 1000000 | 11 | 0 | 11010 | 1000010 | 1000100 | 1111 | 11110 |
Color Harmonies of #545740
Complementary color
Monochromatic Colors of #545740
Black with #545740
Text Example
Text Example
White with #545740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545740; }
p { color: rgb(84,87,64); }
H1.HeaderClassName
{
color: #545740;
}
.AnyTagClassName
{
color: #545740;
}
</style>
background-color css
<style>
a { background-color: #545740; }
a { background-color: rgb(84,87,64); }
div.DivClassName
{
background-color: #545740;
}
.BgClassName
{
background-color: #545740;
}
</style>
border-color css
<style>
span { border-color: #545740; }
span { border-color: rgb(84,87,64); }
td.TdClassName
{
border-color: #545740;
}
.TagClassName
{
border-color: #545740;
}
</style>