Shades of Kelp #54553C
Tints of Kelp #54553C
RGB
CMYK
RGB Variations
Color information
#54553C (or 0x54553C) is known color: Kelp. HEX triplet: 54, 55 and 3C. RGB value is (84,85,60). Sum of RGB (Red+Green+Blue) = 84+85+60=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #54553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553C is #ABAAC3. Grayscale: #515151. Windows color (decimal): -11250372 or 3954004. OLE color: 3954004.
HSL color Cylindrical-coordinate representation of color #54553C: hue angle of 62.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54553C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 60 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.67 |
| HSL | 62.4º | 0.17% | 0.28% | - |
| HSV(B) | 62.4º | 0.29% | 0.33% | - |
| XYZ | 7.72 | 8.71 | 5.55 | - |
| YUV | 81.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 60 | 0.01 | 0 | 0.29 | 0.67 | 62.4 | 0.17 | 0.28 |
| Hex | 54 | 55 | 3C | 1 | 0 | 1D | 43 | 3E | 11 | 1C |
| Octal | 124 | 125 | 74 | 1 | 0 | 35 | 103 | 76 | 21 | 34 |
| Binary | 1010100 | 1010101 | 111100 | 1 | 0 | 11101 | 1000011 | 111110 | 10001 | 11100 |
Color Harmonies of #54553C
Complementary color
Monochromatic Colors of #54553C
Black with #54553C
Text Example
Text Example
White with #54553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54553C; }
p { color: rgb(84,85,60); }
H1.HeaderClassName
{
color: #54553C;
}
.AnyTagClassName
{
color: #54553C;
}
</style>
background-color css
<style>
a { background-color: #54553C; }
a { background-color: rgb(84,85,60); }
div.DivClassName
{
background-color: #54553C;
}
.BgClassName
{
background-color: #54553C;
}
</style>
border-color css
<style>
span { border-color: #54553C; }
span { border-color: rgb(84,85,60); }
td.TdClassName
{
border-color: #54553C;
}
.TagClassName
{
border-color: #54553C;
}
</style>