Shades of Kelp #535544
Tints of Kelp #535544
RGB
CMYK
RGB Variations
Color information
#535544 (or 0x535544) is known color: Kelp. HEX triplet: 53, 55 and 44. RGB value is (83,85,68). Sum of RGB (Red+Green+Blue) = 83+85+68=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #535544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535544 is #ACAABB. Grayscale: #525252. Windows color (decimal): -11315900 or 4478291. OLE color: 4478291.
HSL color Cylindrical-coordinate representation of color #535544: hue angle of 67.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535544 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 68 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.67 |
| HSL | 67.06º | 0.11% | 0.3% | - |
| HSV(B) | 67.06º | 0.2% | 0.33% | - |
| XYZ | 7.86 | 8.75 | 6.74 | - |
| YUV | 82.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 68 | 0.02 | 0 | 0.20 | 0.67 | 67.06 | 0.11 | 0.3 |
| Hex | 53 | 55 | 44 | 2 | 0 | 14 | 43 | 43 | B | 1E |
| Octal | 123 | 125 | 104 | 2 | 0 | 24 | 103 | 103 | 13 | 36 |
| Binary | 1010011 | 1010101 | 1000100 | 10 | 0 | 10100 | 1000011 | 1000011 | 1011 | 11110 |
Color Harmonies of #535544
Complementary color
Monochromatic Colors of #535544
Black with #535544
Text Example
Text Example
White with #535544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535544; }
p { color: rgb(83,85,68); }
H1.HeaderClassName
{
color: #535544;
}
.AnyTagClassName
{
color: #535544;
}
</style>
background-color css
<style>
a { background-color: #535544; }
a { background-color: rgb(83,85,68); }
div.DivClassName
{
background-color: #535544;
}
.BgClassName
{
background-color: #535544;
}
</style>
border-color css
<style>
span { border-color: #535544; }
span { border-color: rgb(83,85,68); }
td.TdClassName
{
border-color: #535544;
}
.TagClassName
{
border-color: #535544;
}
</style>