Shades of Kelp #50553E
Tints of Kelp #50553E
RGB
CMYK
RGB Variations
Color information
#50553E (or 0x50553E) is known color: Kelp. HEX triplet: 50, 55 and 3E. RGB value is (80,85,62). Sum of RGB (Red+Green+Blue) = 80+85+62=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #50553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553E is #AFAAC1. Grayscale: #505050. Windows color (decimal): -11512514 or 4085072. OLE color: 4085072.
HSL color Cylindrical-coordinate representation of color #50553E: hue angle of 73.04º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50553E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 62 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.67 |
| HSL | 73.04º | 0.16% | 0.29% | - |
| HSV(B) | 73.04º | 0.27% | 0.33% | - |
| XYZ | 7.43 | 8.55 | 5.82 | - |
| YUV | 80.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 62 | 0.06 | 0 | 0.27 | 0.67 | 73.04 | 0.16 | 0.29 |
| Hex | 50 | 55 | 3E | 6 | 0 | 1B | 43 | 49 | 10 | 1D |
| Octal | 120 | 125 | 76 | 6 | 0 | 33 | 103 | 111 | 20 | 35 |
| Binary | 1010000 | 1010101 | 111110 | 110 | 0 | 11011 | 1000011 | 1001001 | 10000 | 11101 |
Color Harmonies of #50553E
Complementary color
Monochromatic Colors of #50553E
Black with #50553E
Text Example
Text Example
White with #50553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50553E; }
p { color: rgb(80,85,62); }
H1.HeaderClassName
{
color: #50553E;
}
.AnyTagClassName
{
color: #50553E;
}
</style>
background-color css
<style>
a { background-color: #50553E; }
a { background-color: rgb(80,85,62); }
div.DivClassName
{
background-color: #50553E;
}
.BgClassName
{
background-color: #50553E;
}
</style>
border-color css
<style>
span { border-color: #50553E; }
span { border-color: rgb(80,85,62); }
td.TdClassName
{
border-color: #50553E;
}
.TagClassName
{
border-color: #50553E;
}
</style>