Shades of Kelp #54583B
Tints of Kelp #54583B
RGB
CMYK
RGB Variations
Color information
#54583B (or 0x54583B) is known color: Kelp. HEX triplet: 54, 58 and 3B. RGB value is (84,88,59). Sum of RGB (Red+Green+Blue) = 84+88+59=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #54583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54583B is #ABA7C4. Grayscale: #535353. Windows color (decimal): -11249605 or 3889236. OLE color: 3889236.
HSL color Cylindrical-coordinate representation of color #54583B: hue angle of 68.28º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54583B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 59 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.65 |
| HSL | 68.28º | 0.2% | 0.29% | - |
| HSV(B) | 68.28º | 0.33% | 0.35% | - |
| XYZ | 7.94 | 9.18 | 5.49 | - |
| YUV | 83.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 59 | 0.05 | 0 | 0.33 | 0.65 | 68.28 | 0.2 | 0.29 |
| Hex | 54 | 58 | 3B | 5 | 0 | 21 | 41 | 44 | 14 | 1D |
| Octal | 124 | 130 | 73 | 5 | 0 | 41 | 101 | 104 | 24 | 35 |
| Binary | 1010100 | 1011000 | 111011 | 101 | 0 | 100001 | 1000001 | 1000100 | 10100 | 11101 |
Color Harmonies of #54583B
Complementary color
Monochromatic Colors of #54583B
Black with #54583B
Text Example
Text Example
White with #54583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54583B; }
p { color: rgb(84,88,59); }
H1.HeaderClassName
{
color: #54583B;
}
.AnyTagClassName
{
color: #54583B;
}
</style>
background-color css
<style>
a { background-color: #54583B; }
a { background-color: rgb(84,88,59); }
div.DivClassName
{
background-color: #54583B;
}
.BgClassName
{
background-color: #54583B;
}
</style>
border-color css
<style>
span { border-color: #54583B; }
span { border-color: rgb(84,88,59); }
td.TdClassName
{
border-color: #54583B;
}
.TagClassName
{
border-color: #54583B;
}
</style>