Shades of Kelp #535644
Tints of Kelp #535644
RGB
CMYK
RGB Variations
Color information
#535644 (or 0x535644) is known color: Kelp. HEX triplet: 53, 56 and 44. RGB value is (83,86,68). Sum of RGB (Red+Green+Blue) = 83+86+68=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #535644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535644 is #ACA9BB. Grayscale: #535353. Windows color (decimal): -11315644 or 4478547. OLE color: 4478547.
HSL color Cylindrical-coordinate representation of color #535644: hue angle of 70º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535644 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 68 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.66 |
| HSL | 70º | 0.12% | 0.3% | - |
| HSV(B) | 70º | 0.21% | 0.34% | - |
| XYZ | 7.94 | 8.91 | 6.77 | - |
| YUV | 83.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 68 | 0.03 | 0 | 0.21 | 0.66 | 70 | 0.12 | 0.3 |
| Hex | 53 | 56 | 44 | 3 | 0 | 15 | 42 | 46 | C | 1E |
| Octal | 123 | 126 | 104 | 3 | 0 | 25 | 102 | 106 | 14 | 36 |
| Binary | 1010011 | 1010110 | 1000100 | 11 | 0 | 10101 | 1000010 | 1000110 | 1100 | 11110 |
Color Harmonies of #535644
Complementary color
Monochromatic Colors of #535644
Black with #535644
Text Example
Text Example
White with #535644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535644; }
p { color: rgb(83,86,68); }
H1.HeaderClassName
{
color: #535644;
}
.AnyTagClassName
{
color: #535644;
}
</style>
background-color css
<style>
a { background-color: #535644; }
a { background-color: rgb(83,86,68); }
div.DivClassName
{
background-color: #535644;
}
.BgClassName
{
background-color: #535644;
}
</style>
border-color css
<style>
span { border-color: #535644; }
span { border-color: rgb(83,86,68); }
td.TdClassName
{
border-color: #535644;
}
.TagClassName
{
border-color: #535644;
}
</style>