Shades of Kelp #54583D
Tints of Kelp #54583D
RGB
CMYK
RGB Variations
Color information
#54583D (or 0x54583D) is known color: Kelp. HEX triplet: 54, 58 and 3D. RGB value is (84,88,61). Sum of RGB (Red+Green+Blue) = 84+88+61=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #54583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54583D is #ABA7C2. Grayscale: #535353. Windows color (decimal): -11249603 or 4020308. OLE color: 4020308.
HSL color Cylindrical-coordinate representation of color #54583D: hue angle of 68.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54583D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 61 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.65 |
| HSL | 68.89º | 0.18% | 0.29% | - |
| HSV(B) | 68.89º | 0.31% | 0.35% | - |
| XYZ | 7.99 | 9.2 | 5.77 | - |
| YUV | 83.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 61 | 0.05 | 0 | 0.31 | 0.65 | 68.89 | 0.18 | 0.29 |
| Hex | 54 | 58 | 3D | 5 | 0 | 1F | 41 | 45 | 12 | 1D |
| Octal | 124 | 130 | 75 | 5 | 0 | 37 | 101 | 105 | 22 | 35 |
| Binary | 1010100 | 1011000 | 111101 | 101 | 0 | 11111 | 1000001 | 1000101 | 10010 | 11101 |
Color Harmonies of #54583D
Complementary color
Monochromatic Colors of #54583D
Black with #54583D
Text Example
Text Example
White with #54583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54583D; }
p { color: rgb(84,88,61); }
H1.HeaderClassName
{
color: #54583D;
}
.AnyTagClassName
{
color: #54583D;
}
</style>
background-color css
<style>
a { background-color: #54583D; }
a { background-color: rgb(84,88,61); }
div.DivClassName
{
background-color: #54583D;
}
.BgClassName
{
background-color: #54583D;
}
</style>
border-color css
<style>
span { border-color: #54583D; }
span { border-color: rgb(84,88,61); }
td.TdClassName
{
border-color: #54583D;
}
.TagClassName
{
border-color: #54583D;
}
</style>