Shades of Kelp #555B3B
Tints of Kelp #555B3B
RGB
CMYK
RGB Variations
Color information
#555B3B (or 0x555B3B) is known color: Kelp. HEX triplet: 55, 5B and 3B. RGB value is (85,91,59). Sum of RGB (Red+Green+Blue) = 85+91+59=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #555B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B3B is #AAA4C4. Grayscale: #555555. Windows color (decimal): -11183301 or 3890005. OLE color: 3890005.
HSL color Cylindrical-coordinate representation of color #555B3B: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555B3B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 59 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.64 |
| HSL | 71.25º | 0.21% | 0.29% | - |
| HSV(B) | 71.25º | 0.35% | 0.36% | - |
| XYZ | 8.28 | 9.73 | 5.58 | - |
| YUV | 85.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 59 | 0.07 | 0 | 0.35 | 0.64 | 71.25 | 0.21 | 0.29 |
| Hex | 55 | 5B | 3B | 7 | 0 | 23 | 40 | 47 | 15 | 1D |
| Octal | 125 | 133 | 73 | 7 | 0 | 43 | 100 | 107 | 25 | 35 |
| Binary | 1010101 | 1011011 | 111011 | 111 | 0 | 100011 | 1000000 | 1000111 | 10101 | 11101 |
Color Harmonies of #555B3B
Complementary color
Monochromatic Colors of #555B3B
Black with #555B3B
Text Example
Text Example
White with #555B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B3B; }
p { color: rgb(85,91,59); }
H1.HeaderClassName
{
color: #555B3B;
}
.AnyTagClassName
{
color: #555B3B;
}
</style>
background-color css
<style>
a { background-color: #555B3B; }
a { background-color: rgb(85,91,59); }
div.DivClassName
{
background-color: #555B3B;
}
.BgClassName
{
background-color: #555B3B;
}
</style>
border-color css
<style>
span { border-color: #555B3B; }
span { border-color: rgb(85,91,59); }
td.TdClassName
{
border-color: #555B3B;
}
.TagClassName
{
border-color: #555B3B;
}
</style>