Shades of Kelp #545542
Tints of Kelp #545542
RGB
CMYK
RGB Variations
Color information
#545542 (or 0x545542) is known color: Kelp. HEX triplet: 54, 55 and 42. RGB value is (84,85,66). Sum of RGB (Red+Green+Blue) = 84+85+66=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #545542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545542 is #ABAABD. Grayscale: #525252. Windows color (decimal): -11250366 or 4347220. OLE color: 4347220.
HSL color Cylindrical-coordinate representation of color #545542: hue angle of 63.16º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #545542 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 66 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.67 |
| HSL | 63.16º | 0.13% | 0.3% | - |
| HSV(B) | 63.16º | 0.22% | 0.33% | - |
| XYZ | 7.89 | 8.78 | 6.43 | - |
| YUV | 82.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 66 | 0.01 | 0 | 0.22 | 0.67 | 63.16 | 0.13 | 0.3 |
| Hex | 54 | 55 | 42 | 1 | 0 | 16 | 43 | 3F | D | 1E |
| Octal | 124 | 125 | 102 | 1 | 0 | 26 | 103 | 77 | 15 | 36 |
| Binary | 1010100 | 1010101 | 1000010 | 1 | 0 | 10110 | 1000011 | 111111 | 1101 | 11110 |
Color Harmonies of #545542
Complementary color
Monochromatic Colors of #545542
Black with #545542
Text Example
Text Example
White with #545542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545542; }
p { color: rgb(84,85,66); }
H1.HeaderClassName
{
color: #545542;
}
.AnyTagClassName
{
color: #545542;
}
</style>
background-color css
<style>
a { background-color: #545542; }
a { background-color: rgb(84,85,66); }
div.DivClassName
{
background-color: #545542;
}
.BgClassName
{
background-color: #545542;
}
</style>
border-color css
<style>
span { border-color: #545542; }
span { border-color: rgb(84,85,66); }
td.TdClassName
{
border-color: #545542;
}
.TagClassName
{
border-color: #545542;
}
</style>