Shades of Kelp #505336
Tints of Kelp #505336
RGB
CMYK
RGB Variations
Color information
#505336 (or 0x505336) is known color: Kelp. HEX triplet: 50, 53 and 36. RGB value is (80,83,54). Sum of RGB (Red+Green+Blue) = 80+83+54=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #505336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505336 is #AFACC9. Grayscale: #4E4E4E. Windows color (decimal): -11513034 or 3560272. OLE color: 3560272.
HSL color Cylindrical-coordinate representation of color #505336: hue angle of 66.21º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505336 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 54 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.67 |
| HSL | 66.21º | 0.21% | 0.27% | - |
| HSV(B) | 66.21º | 0.35% | 0.33% | - |
| XYZ | 7.07 | 8.16 | 4.69 | - |
| YUV | 78.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 54 | 0.04 | 0 | 0.35 | 0.67 | 66.21 | 0.21 | 0.27 |
| Hex | 50 | 53 | 36 | 4 | 0 | 23 | 43 | 42 | 15 | 1B |
| Octal | 120 | 123 | 66 | 4 | 0 | 43 | 103 | 102 | 25 | 33 |
| Binary | 1010000 | 1010011 | 110110 | 100 | 0 | 100011 | 1000011 | 1000010 | 10101 | 11011 |
Color Harmonies of #505336
Complementary color
Monochromatic Colors of #505336
Black with #505336
Text Example
Text Example
White with #505336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505336; }
p { color: rgb(80,83,54); }
H1.HeaderClassName
{
color: #505336;
}
.AnyTagClassName
{
color: #505336;
}
</style>
background-color css
<style>
a { background-color: #505336; }
a { background-color: rgb(80,83,54); }
div.DivClassName
{
background-color: #505336;
}
.BgClassName
{
background-color: #505336;
}
</style>
border-color css
<style>
span { border-color: #505336; }
span { border-color: rgb(80,83,54); }
td.TdClassName
{
border-color: #505336;
}
.TagClassName
{
border-color: #505336;
}
</style>