Shades of Kelp #535443
Tints of Kelp #535443
RGB
CMYK
RGB Variations
Color information
#535443 (or 0x535443) is known color: Kelp. HEX triplet: 53, 54 and 43. RGB value is (83,84,67). Sum of RGB (Red+Green+Blue) = 83+84+67=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #535443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535443 is #ACABBC. Grayscale: #515151. Windows color (decimal): -11316157 or 4412499. OLE color: 4412499.
HSL color Cylindrical-coordinate representation of color #535443: hue angle of 63.53º 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 #535443 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 67 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.67 |
| HSL | 63.53º | 0.11% | 0.3% | - |
| HSV(B) | 63.53º | 0.2% | 0.33% | - |
| XYZ | 7.75 | 8.58 | 6.56 | - |
| YUV | 81.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 67 | 0.01 | 0 | 0.20 | 0.67 | 63.53 | 0.11 | 0.3 |
| Hex | 53 | 54 | 43 | 1 | 0 | 14 | 43 | 40 | B | 1E |
| Octal | 123 | 124 | 103 | 1 | 0 | 24 | 103 | 100 | 13 | 36 |
| Binary | 1010011 | 1010100 | 1000011 | 1 | 0 | 10100 | 1000011 | 1000000 | 1011 | 11110 |
Color Harmonies of #535443
Complementary color
Monochromatic Colors of #535443
Black with #535443
Text Example
Text Example
White with #535443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535443; }
p { color: rgb(83,84,67); }
H1.HeaderClassName
{
color: #535443;
}
.AnyTagClassName
{
color: #535443;
}
</style>
background-color css
<style>
a { background-color: #535443; }
a { background-color: rgb(83,84,67); }
div.DivClassName
{
background-color: #535443;
}
.BgClassName
{
background-color: #535443;
}
</style>
border-color css
<style>
span { border-color: #535443; }
span { border-color: rgb(83,84,67); }
td.TdClassName
{
border-color: #535443;
}
.TagClassName
{
border-color: #535443;
}
</style>