Shades of Kelp #50553C
Tints of Kelp #50553C
RGB
CMYK
RGB Variations
Color information
#50553C (or 0x50553C) is known color: Kelp. HEX triplet: 50, 55 and 3C. RGB value is (80,85,60). Sum of RGB (Red+Green+Blue) = 80+85+60=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #50553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553C is #AFAAC3. Grayscale: #505050. Windows color (decimal): -11512516 or 3954000. OLE color: 3954000.
HSL color Cylindrical-coordinate representation of color #50553C: hue angle of 72º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50553C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 60 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.67 |
| HSL | 72º | 0.17% | 0.28% | - |
| HSV(B) | 72º | 0.29% | 0.33% | - |
| XYZ | 7.37 | 8.53 | 5.53 | - |
| YUV | 80.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 60 | 0.06 | 0 | 0.29 | 0.67 | 72 | 0.17 | 0.28 |
| Hex | 50 | 55 | 3C | 6 | 0 | 1D | 43 | 48 | 11 | 1C |
| Octal | 120 | 125 | 74 | 6 | 0 | 35 | 103 | 110 | 21 | 34 |
| Binary | 1010000 | 1010101 | 111100 | 110 | 0 | 11101 | 1000011 | 1001000 | 10001 | 11100 |
Color Harmonies of #50553C
Complementary color
Monochromatic Colors of #50553C
Black with #50553C
Text Example
Text Example
White with #50553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50553C; }
p { color: rgb(80,85,60); }
H1.HeaderClassName
{
color: #50553C;
}
.AnyTagClassName
{
color: #50553C;
}
</style>
background-color css
<style>
a { background-color: #50553C; }
a { background-color: rgb(80,85,60); }
div.DivClassName
{
background-color: #50553C;
}
.BgClassName
{
background-color: #50553C;
}
</style>
border-color css
<style>
span { border-color: #50553C; }
span { border-color: rgb(80,85,60); }
td.TdClassName
{
border-color: #50553C;
}
.TagClassName
{
border-color: #50553C;
}
</style>