Shades of Kelp #55593C
Tints of Kelp #55593C
RGB
CMYK
RGB Variations
Color information
#55593C (or 0x55593C) is known color: Kelp. HEX triplet: 55, 59 and 3C. RGB value is (85,89,60). Sum of RGB (Red+Green+Blue) = 85+89+60=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #55593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55593C is #AAA6C3. Grayscale: #545454. Windows color (decimal): -11183812 or 3955029. OLE color: 3955029.
HSL color Cylindrical-coordinate representation of color #55593C: hue angle of 68.28º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55593C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 60 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.65 |
| HSL | 68.28º | 0.19% | 0.29% | - |
| HSV(B) | 68.28º | 0.33% | 0.35% | - |
| XYZ | 8.13 | 9.4 | 5.66 | - |
| YUV | 84.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 60 | 0.04 | 0 | 0.33 | 0.65 | 68.28 | 0.19 | 0.29 |
| Hex | 55 | 59 | 3C | 4 | 0 | 21 | 41 | 44 | 13 | 1D |
| Octal | 125 | 131 | 74 | 4 | 0 | 41 | 101 | 104 | 23 | 35 |
| Binary | 1010101 | 1011001 | 111100 | 100 | 0 | 100001 | 1000001 | 1000100 | 10011 | 11101 |
Color Harmonies of #55593C
Complementary color
Monochromatic Colors of #55593C
Black with #55593C
Text Example
Text Example
White with #55593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55593C; }
p { color: rgb(85,89,60); }
H1.HeaderClassName
{
color: #55593C;
}
.AnyTagClassName
{
color: #55593C;
}
</style>
background-color css
<style>
a { background-color: #55593C; }
a { background-color: rgb(85,89,60); }
div.DivClassName
{
background-color: #55593C;
}
.BgClassName
{
background-color: #55593C;
}
</style>
border-color css
<style>
span { border-color: #55593C; }
span { border-color: rgb(85,89,60); }
td.TdClassName
{
border-color: #55593C;
}
.TagClassName
{
border-color: #55593C;
}
</style>