Shades of Kelp #56583C
Tints of Kelp #56583C
RGB
CMYK
RGB Variations
Color information
#56583C (or 0x56583C) is known color: Kelp. HEX triplet: 56, 58 and 3C. RGB value is (86,88,60). Sum of RGB (Red+Green+Blue) = 86+88+60=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #56583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56583C is #A9A7C3. Grayscale: #545454. Windows color (decimal): -11118532 or 3954774. OLE color: 3954774.
HSL color Cylindrical-coordinate representation of color #56583C: hue angle of 64.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56583C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 60 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.65 |
| HSL | 64.29º | 0.19% | 0.29% | - |
| HSV(B) | 64.29º | 0.32% | 0.35% | - |
| XYZ | 8.14 | 9.28 | 5.64 | - |
| YUV | 84.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 60 | 0.02 | 0 | 0.32 | 0.65 | 64.29 | 0.19 | 0.29 |
| Hex | 56 | 58 | 3C | 2 | 0 | 20 | 41 | 40 | 13 | 1D |
| Octal | 126 | 130 | 74 | 2 | 0 | 40 | 101 | 100 | 23 | 35 |
| Binary | 1010110 | 1011000 | 111100 | 10 | 0 | 100000 | 1000001 | 1000000 | 10011 | 11101 |
Color Harmonies of #56583C
Complementary color
Monochromatic Colors of #56583C
Black with #56583C
Text Example
Text Example
White with #56583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56583C; }
p { color: rgb(86,88,60); }
H1.HeaderClassName
{
color: #56583C;
}
.AnyTagClassName
{
color: #56583C;
}
</style>
background-color css
<style>
a { background-color: #56583C; }
a { background-color: rgb(86,88,60); }
div.DivClassName
{
background-color: #56583C;
}
.BgClassName
{
background-color: #56583C;
}
</style>
border-color css
<style>
span { border-color: #56583C; }
span { border-color: rgb(86,88,60); }
td.TdClassName
{
border-color: #56583C;
}
.TagClassName
{
border-color: #56583C;
}
</style>