Shades of Kelp #535441
Tints of Kelp #535441
RGB
CMYK
RGB Variations
Color information
#535441 (or 0x535441) is known color: Kelp. HEX triplet: 53, 54 and 41. RGB value is (83,84,65). Sum of RGB (Red+Green+Blue) = 83+84+65=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #535441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535441 is #ACABBE. Grayscale: #515151. Windows color (decimal): -11316159 or 4281427. OLE color: 4281427.
HSL color Cylindrical-coordinate representation of color #535441: hue angle of 63.16º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535441 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 65 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.67 |
| HSL | 63.16º | 0.13% | 0.29% | - |
| HSV(B) | 63.16º | 0.23% | 0.33% | - |
| XYZ | 7.69 | 8.56 | 6.25 | - |
| YUV | 81.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 65 | 0.01 | 0 | 0.23 | 0.67 | 63.16 | 0.13 | 0.29 |
| Hex | 53 | 54 | 41 | 1 | 0 | 17 | 43 | 3F | D | 1D |
| Octal | 123 | 124 | 101 | 1 | 0 | 27 | 103 | 77 | 15 | 35 |
| Binary | 1010011 | 1010100 | 1000001 | 1 | 0 | 10111 | 1000011 | 111111 | 1101 | 11101 |
Color Harmonies of #535441
Complementary color
Monochromatic Colors of #535441
Black with #535441
Text Example
Text Example
White with #535441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535441; }
p { color: rgb(83,84,65); }
H1.HeaderClassName
{
color: #535441;
}
.AnyTagClassName
{
color: #535441;
}
</style>
background-color css
<style>
a { background-color: #535441; }
a { background-color: rgb(83,84,65); }
div.DivClassName
{
background-color: #535441;
}
.BgClassName
{
background-color: #535441;
}
</style>
border-color css
<style>
span { border-color: #535441; }
span { border-color: rgb(83,84,65); }
td.TdClassName
{
border-color: #535441;
}
.TagClassName
{
border-color: #535441;
}
</style>