Shades of Kelp #545838
Tints of Kelp #545838
RGB
CMYK
RGB Variations
Color information
#545838 (or 0x545838) is known color: Kelp. HEX triplet: 54, 58 and 38. RGB value is (84,88,56). Sum of RGB (Red+Green+Blue) = 84+88+56=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #545838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545838 is #ABA7C7. Grayscale: #535353. Windows color (decimal): -11249608 or 3692628. OLE color: 3692628.
HSL color Cylindrical-coordinate representation of color #545838: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545838 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 56 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.65 |
| HSL | 67.5º | 0.22% | 0.28% | - |
| HSV(B) | 67.5º | 0.36% | 0.35% | - |
| XYZ | 7.86 | 9.15 | 5.09 | - |
| YUV | 83.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 56 | 0.05 | 0 | 0.36 | 0.65 | 67.5 | 0.22 | 0.28 |
| Hex | 54 | 58 | 38 | 5 | 0 | 24 | 41 | 44 | 16 | 1C |
| Octal | 124 | 130 | 70 | 5 | 0 | 44 | 101 | 104 | 26 | 34 |
| Binary | 1010100 | 1011000 | 111000 | 101 | 0 | 100100 | 1000001 | 1000100 | 10110 | 11100 |
Color Harmonies of #545838
Complementary color
Monochromatic Colors of #545838
Black with #545838
Text Example
Text Example
White with #545838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545838; }
p { color: rgb(84,88,56); }
H1.HeaderClassName
{
color: #545838;
}
.AnyTagClassName
{
color: #545838;
}
</style>
background-color css
<style>
a { background-color: #545838; }
a { background-color: rgb(84,88,56); }
div.DivClassName
{
background-color: #545838;
}
.BgClassName
{
background-color: #545838;
}
</style>
border-color css
<style>
span { border-color: #545838; }
span { border-color: rgb(84,88,56); }
td.TdClassName
{
border-color: #545838;
}
.TagClassName
{
border-color: #545838;
}
</style>