Shades of Kelp #54553A
Tints of Kelp #54553A
RGB
CMYK
RGB Variations
Color information
#54553A (or 0x54553A) is known color: Kelp. HEX triplet: 54, 55 and 3A. RGB value is (84,85,58). Sum of RGB (Red+Green+Blue) = 84+85+58=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #54553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553A is #ABAAC5. Grayscale: #515151. Windows color (decimal): -11250374 or 3822932. OLE color: 3822932.
HSL color Cylindrical-coordinate representation of color #54553A: hue angle of 62.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54553A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 58 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.67 |
| HSL | 62.22º | 0.19% | 0.28% | - |
| HSV(B) | 62.22º | 0.32% | 0.33% | - |
| XYZ | 7.67 | 8.69 | 5.28 | - |
| YUV | 81.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 58 | 0.01 | 0 | 0.32 | 0.67 | 62.22 | 0.19 | 0.28 |
| Hex | 54 | 55 | 3A | 1 | 0 | 20 | 43 | 3E | 13 | 1C |
| Octal | 124 | 125 | 72 | 1 | 0 | 40 | 103 | 76 | 23 | 34 |
| Binary | 1010100 | 1010101 | 111010 | 1 | 0 | 100000 | 1000011 | 111110 | 10011 | 11100 |
Color Harmonies of #54553A
Complementary color
Monochromatic Colors of #54553A
Black with #54553A
Text Example
Text Example
White with #54553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54553A; }
p { color: rgb(84,85,58); }
H1.HeaderClassName
{
color: #54553A;
}
.AnyTagClassName
{
color: #54553A;
}
</style>
background-color css
<style>
a { background-color: #54553A; }
a { background-color: rgb(84,85,58); }
div.DivClassName
{
background-color: #54553A;
}
.BgClassName
{
background-color: #54553A;
}
</style>
border-color css
<style>
span { border-color: #54553A; }
span { border-color: rgb(84,85,58); }
td.TdClassName
{
border-color: #54553A;
}
.TagClassName
{
border-color: #54553A;
}
</style>