Shades of Kelp #50543B
Tints of Kelp #50543B
RGB
CMYK
RGB Variations
Color information
#50543B (or 0x50543B) is known color: Kelp. HEX triplet: 50, 54 and 3B. RGB value is (80,84,59). Sum of RGB (Red+Green+Blue) = 80+84+59=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #50543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50543B is #AFABC4. Grayscale: #505050. Windows color (decimal): -11512773 or 3888208. OLE color: 3888208.
HSL color Cylindrical-coordinate representation of color #50543B: hue angle of 69.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50543B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 59 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.67 |
| HSL | 69.6º | 0.17% | 0.28% | - |
| HSV(B) | 69.6º | 0.3% | 0.33% | - |
| XYZ | 7.27 | 8.36 | 5.37 | - |
| YUV | 79.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 59 | 0.05 | 0 | 0.30 | 0.67 | 69.6 | 0.17 | 0.28 |
| Hex | 50 | 54 | 3B | 5 | 0 | 1E | 43 | 46 | 11 | 1C |
| Octal | 120 | 124 | 73 | 5 | 0 | 36 | 103 | 106 | 21 | 34 |
| Binary | 1010000 | 1010100 | 111011 | 101 | 0 | 11110 | 1000011 | 1000110 | 10001 | 11100 |
Color Harmonies of #50543B
Complementary color
Monochromatic Colors of #50543B
Black with #50543B
Text Example
Text Example
White with #50543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50543B; }
p { color: rgb(80,84,59); }
H1.HeaderClassName
{
color: #50543B;
}
.AnyTagClassName
{
color: #50543B;
}
</style>
background-color css
<style>
a { background-color: #50543B; }
a { background-color: rgb(80,84,59); }
div.DivClassName
{
background-color: #50543B;
}
.BgClassName
{
background-color: #50543B;
}
</style>
border-color css
<style>
span { border-color: #50543B; }
span { border-color: rgb(80,84,59); }
td.TdClassName
{
border-color: #50543B;
}
.TagClassName
{
border-color: #50543B;
}
</style>