Shades of Kelp #50543F
Tints of Kelp #50543F
RGB
CMYK
RGB Variations
Color information
#50543F (or 0x50543F) is known color: Kelp. HEX triplet: 50, 54 and 3F. RGB value is (80,84,63). Sum of RGB (Red+Green+Blue) = 80+84+63=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #50543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50543F is #AFABC0. Grayscale: #505050. Windows color (decimal): -11512769 or 4150352. OLE color: 4150352.
HSL color Cylindrical-coordinate representation of color #50543F: hue angle of 71.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50543F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 63 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.67 |
| HSL | 71.43º | 0.14% | 0.29% | - |
| HSV(B) | 71.43º | 0.25% | 0.33% | - |
| XYZ | 7.38 | 8.41 | 5.94 | - |
| YUV | 80.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 63 | 0.05 | 0 | 0.25 | 0.67 | 71.43 | 0.14 | 0.29 |
| Hex | 50 | 54 | 3F | 5 | 0 | 19 | 43 | 47 | E | 1D |
| Octal | 120 | 124 | 77 | 5 | 0 | 31 | 103 | 107 | 16 | 35 |
| Binary | 1010000 | 1010100 | 111111 | 101 | 0 | 11001 | 1000011 | 1000111 | 1110 | 11101 |
Color Harmonies of #50543F
Complementary color
Monochromatic Colors of #50543F
Black with #50543F
Text Example
Text Example
White with #50543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50543F; }
p { color: rgb(80,84,63); }
H1.HeaderClassName
{
color: #50543F;
}
.AnyTagClassName
{
color: #50543F;
}
</style>
background-color css
<style>
a { background-color: #50543F; }
a { background-color: rgb(80,84,63); }
div.DivClassName
{
background-color: #50543F;
}
.BgClassName
{
background-color: #50543F;
}
</style>
border-color css
<style>
span { border-color: #50543F; }
span { border-color: rgb(80,84,63); }
td.TdClassName
{
border-color: #50543F;
}
.TagClassName
{
border-color: #50543F;
}
</style>