Shades of Kelp #515343
Tints of Kelp #515343
RGB
CMYK
RGB Variations
Color information
#515343 (or 0x515343) is known color: Kelp. HEX triplet: 51, 53 and 43. RGB value is (81,83,67). Sum of RGB (Red+Green+Blue) = 81+83+67=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #515343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515343 is #AEACBC. Grayscale: #505050. Windows color (decimal): -11447485 or 4412241. OLE color: 4412241.
HSL color Cylindrical-coordinate representation of color #515343: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515343 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 67 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.67 |
| HSL | 67.5º | 0.11% | 0.29% | - |
| HSV(B) | 67.5º | 0.19% | 0.33% | - |
| XYZ | 7.5 | 8.34 | 6.52 | - |
| YUV | 80.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 67 | 0.02 | 0 | 0.19 | 0.67 | 67.5 | 0.11 | 0.29 |
| Hex | 51 | 53 | 43 | 2 | 0 | 13 | 43 | 44 | B | 1D |
| Octal | 121 | 123 | 103 | 2 | 0 | 23 | 103 | 104 | 13 | 35 |
| Binary | 1010001 | 1010011 | 1000011 | 10 | 0 | 10011 | 1000011 | 1000100 | 1011 | 11101 |
Color Harmonies of #515343
Complementary color
Monochromatic Colors of #515343
Black with #515343
Text Example
Text Example
White with #515343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515343; }
p { color: rgb(81,83,67); }
H1.HeaderClassName
{
color: #515343;
}
.AnyTagClassName
{
color: #515343;
}
</style>
background-color css
<style>
a { background-color: #515343; }
a { background-color: rgb(81,83,67); }
div.DivClassName
{
background-color: #515343;
}
.BgClassName
{
background-color: #515343;
}
</style>
border-color css
<style>
span { border-color: #515343; }
span { border-color: rgb(81,83,67); }
td.TdClassName
{
border-color: #515343;
}
.TagClassName
{
border-color: #515343;
}
</style>