Shades of Kelp #555746
Tints of Kelp #555746
RGB
CMYK
RGB Variations
Color information
#555746 (or 0x555746) is known color: Kelp. HEX triplet: 55, 57 and 46. RGB value is (85,87,70). Sum of RGB (Red+Green+Blue) = 85+87+70=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #555746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555746 is #AAA8B9. Grayscale: #545454. Windows color (decimal): -11184314 or 4609877. OLE color: 4609877.
HSL color Cylindrical-coordinate representation of color #555746: hue angle of 67.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555746 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 70 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.66 |
| HSL | 67.06º | 0.11% | 0.31% | - |
| HSV(B) | 67.06º | 0.2% | 0.34% | - |
| XYZ | 8.26 | 9.19 | 7.13 | - |
| YUV | 84.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 70 | 0.02 | 0 | 0.20 | 0.66 | 67.06 | 0.11 | 0.31 |
| Hex | 55 | 57 | 46 | 2 | 0 | 14 | 42 | 43 | B | 1F |
| Octal | 125 | 127 | 106 | 2 | 0 | 24 | 102 | 103 | 13 | 37 |
| Binary | 1010101 | 1010111 | 1000110 | 10 | 0 | 10100 | 1000010 | 1000011 | 1011 | 11111 |
Color Harmonies of #555746
Complementary color
Monochromatic Colors of #555746
Black with #555746
Text Example
Text Example
White with #555746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555746; }
p { color: rgb(85,87,70); }
H1.HeaderClassName
{
color: #555746;
}
.AnyTagClassName
{
color: #555746;
}
</style>
background-color css
<style>
a { background-color: #555746; }
a { background-color: rgb(85,87,70); }
div.DivClassName
{
background-color: #555746;
}
.BgClassName
{
background-color: #555746;
}
</style>
border-color css
<style>
span { border-color: #555746; }
span { border-color: rgb(85,87,70); }
td.TdClassName
{
border-color: #555746;
}
.TagClassName
{
border-color: #555746;
}
</style>