Shades of Kelp #535744
Tints of Kelp #535744
RGB
CMYK
RGB Variations
Color information
#535744 (or 0x535744) is known color: Kelp. HEX triplet: 53, 57 and 44. RGB value is (83,87,68). Sum of RGB (Red+Green+Blue) = 83+87+68=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #535744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535744 is #ACA8BB. Grayscale: #535353. Windows color (decimal): -11315388 or 4478803. OLE color: 4478803.
HSL color Cylindrical-coordinate representation of color #535744: hue angle of 72.63º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535744 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 68 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.66 |
| HSL | 72.63º | 0.12% | 0.3% | - |
| HSV(B) | 72.63º | 0.22% | 0.34% | - |
| XYZ | 8.02 | 9.07 | 6.8 | - |
| YUV | 83.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 68 | 0.05 | 0 | 0.22 | 0.66 | 72.63 | 0.12 | 0.3 |
| Hex | 53 | 57 | 44 | 5 | 0 | 16 | 42 | 49 | C | 1E |
| Octal | 123 | 127 | 104 | 5 | 0 | 26 | 102 | 111 | 14 | 36 |
| Binary | 1010011 | 1010111 | 1000100 | 101 | 0 | 10110 | 1000010 | 1001001 | 1100 | 11110 |
Color Harmonies of #535744
Complementary color
Monochromatic Colors of #535744
Black with #535744
Text Example
Text Example
White with #535744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535744; }
p { color: rgb(83,87,68); }
H1.HeaderClassName
{
color: #535744;
}
.AnyTagClassName
{
color: #535744;
}
</style>
background-color css
<style>
a { background-color: #535744; }
a { background-color: rgb(83,87,68); }
div.DivClassName
{
background-color: #535744;
}
.BgClassName
{
background-color: #535744;
}
</style>
border-color css
<style>
span { border-color: #535744; }
span { border-color: rgb(83,87,68); }
td.TdClassName
{
border-color: #535744;
}
.TagClassName
{
border-color: #535744;
}
</style>