Shades of Kelp #545B3A
Tints of Kelp #545B3A
RGB
CMYK
RGB Variations
Color information
#545B3A (or 0x545B3A) is known color: Kelp. HEX triplet: 54, 5B and 3A. RGB value is (84,91,58). Sum of RGB (Red+Green+Blue) = 84+91+58=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #545B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B3A is #ABA4C5. Grayscale: #555555. Windows color (decimal): -11248838 or 3824468. OLE color: 3824468.
HSL color Cylindrical-coordinate representation of color #545B3A: hue angle of 72.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545B3A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 58 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.64 |
| HSL | 72.73º | 0.22% | 0.29% | - |
| HSV(B) | 72.73º | 0.36% | 0.36% | - |
| XYZ | 8.16 | 9.67 | 5.44 | - |
| YUV | 85.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 58 | 0.08 | 0 | 0.36 | 0.64 | 72.73 | 0.22 | 0.29 |
| Hex | 54 | 5B | 3A | 8 | 0 | 24 | 40 | 49 | 16 | 1D |
| Octal | 124 | 133 | 72 | 10 | 0 | 44 | 100 | 111 | 26 | 35 |
| Binary | 1010100 | 1011011 | 111010 | 1000 | 0 | 100100 | 1000000 | 1001001 | 10110 | 11101 |
Color Harmonies of #545B3A
Complementary color
Monochromatic Colors of #545B3A
Black with #545B3A
Text Example
Text Example
White with #545B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B3A; }
p { color: rgb(84,91,58); }
H1.HeaderClassName
{
color: #545B3A;
}
.AnyTagClassName
{
color: #545B3A;
}
</style>
background-color css
<style>
a { background-color: #545B3A; }
a { background-color: rgb(84,91,58); }
div.DivClassName
{
background-color: #545B3A;
}
.BgClassName
{
background-color: #545B3A;
}
</style>
border-color css
<style>
span { border-color: #545B3A; }
span { border-color: rgb(84,91,58); }
td.TdClassName
{
border-color: #545B3A;
}
.TagClassName
{
border-color: #545B3A;
}
</style>