Shades of Kelp #505344
Tints of Kelp #505344
RGB
CMYK
RGB Variations
Color information
#505344 (or 0x505344) is known color: Kelp. HEX triplet: 50, 53 and 44. RGB value is (80,83,68). Sum of RGB (Red+Green+Blue) = 80+83+68=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #505344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505344 is #AFACBB. Grayscale: #505050. Windows color (decimal): -11513020 or 4477776. OLE color: 4477776.
HSL color Cylindrical-coordinate representation of color #505344: hue angle of 72º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505344 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 68 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.67 |
| HSL | 72º | 0.1% | 0.3% | - |
| HSV(B) | 72º | 0.18% | 0.33% | - |
| XYZ | 7.44 | 8.31 | 6.68 | - |
| YUV | 80.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 68 | 0.04 | 0 | 0.18 | 0.67 | 72 | 0.1 | 0.3 |
| Hex | 50 | 53 | 44 | 4 | 0 | 12 | 43 | 48 | A | 1E |
| Octal | 120 | 123 | 104 | 4 | 0 | 22 | 103 | 110 | 12 | 36 |
| Binary | 1010000 | 1010011 | 1000100 | 100 | 0 | 10010 | 1000011 | 1001000 | 1010 | 11110 |
Color Harmonies of #505344
Complementary color
Monochromatic Colors of #505344
Black with #505344
Text Example
Text Example
White with #505344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505344; }
p { color: rgb(80,83,68); }
H1.HeaderClassName
{
color: #505344;
}
.AnyTagClassName
{
color: #505344;
}
</style>
background-color css
<style>
a { background-color: #505344; }
a { background-color: rgb(80,83,68); }
div.DivClassName
{
background-color: #505344;
}
.BgClassName
{
background-color: #505344;
}
</style>
border-color css
<style>
span { border-color: #505344; }
span { border-color: rgb(80,83,68); }
td.TdClassName
{
border-color: #505344;
}
.TagClassName
{
border-color: #505344;
}
</style>