Shades of Kelp #55593D
Tints of Kelp #55593D
RGB
CMYK
RGB Variations
Color information
#55593D (or 0x55593D) is known color: Kelp. HEX triplet: 55, 59 and 3D. RGB value is (85,89,61). Sum of RGB (Red+Green+Blue) = 85+89+61=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #55593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55593D is #AAA6C2. Grayscale: #545454. Windows color (decimal): -11183811 or 4020565. OLE color: 4020565.
HSL color Cylindrical-coordinate representation of color #55593D: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55593D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 61 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.65 |
| HSL | 68.57º | 0.19% | 0.29% | - |
| HSV(B) | 68.57º | 0.31% | 0.35% | - |
| XYZ | 8.16 | 9.41 | 5.8 | - |
| YUV | 84.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 61 | 0.04 | 0 | 0.31 | 0.65 | 68.57 | 0.19 | 0.29 |
| Hex | 55 | 59 | 3D | 4 | 0 | 1F | 41 | 45 | 13 | 1D |
| Octal | 125 | 131 | 75 | 4 | 0 | 37 | 101 | 105 | 23 | 35 |
| Binary | 1010101 | 1011001 | 111101 | 100 | 0 | 11111 | 1000001 | 1000101 | 10011 | 11101 |
Color Harmonies of #55593D
Complementary color
Monochromatic Colors of #55593D
Black with #55593D
Text Example
Text Example
White with #55593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55593D; }
p { color: rgb(85,89,61); }
H1.HeaderClassName
{
color: #55593D;
}
.AnyTagClassName
{
color: #55593D;
}
</style>
background-color css
<style>
a { background-color: #55593D; }
a { background-color: rgb(85,89,61); }
div.DivClassName
{
background-color: #55593D;
}
.BgClassName
{
background-color: #55593D;
}
</style>
border-color css
<style>
span { border-color: #55593D; }
span { border-color: rgb(85,89,61); }
td.TdClassName
{
border-color: #55593D;
}
.TagClassName
{
border-color: #55593D;
}
</style>