Shades of Crusoe #055820
Tints of Crusoe #055820
RGB
CMYK
RGB Variations
Color information
#055820 (or 0x055820) is known color: Crusoe. HEX triplet: 05, 58 and 20. RGB value is (5,88,32). Sum of RGB (Red+Green+Blue) = 5+88+32=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #055820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055820 is #FAA7DF. Grayscale: #383838. Windows color (decimal): -16426976 or 2119685. OLE color: 2119685.
HSL color Cylindrical-coordinate representation of color #055820: hue angle of 139.52º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055820 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 32 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.65 |
| HSL | 139.52º | 0.89% | 0.18% | - |
| HSV(B) | 139.52º | 0.94% | 0.35% | - |
| XYZ | 3.81 | 7.12 | 2.54 | - |
| YUV | 56.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 32 | 0.94 | 0 | 0.64 | 0.65 | 139.52 | 0.89 | 0.18 |
| Hex | 5 | 58 | 20 | 5E | 0 | 40 | 41 | 8C | 59 | 12 |
| Octal | 5 | 130 | 40 | 136 | 0 | 100 | 101 | 214 | 131 | 22 |
| Binary | 101 | 1011000 | 100000 | 1011110 | 0 | 1000000 | 1000001 | 10001100 | 1011001 | 10010 |
Color Harmonies of #055820
Complementary color
Monochromatic Colors of #055820
Black with #055820
Text Example
Text Example
White with #055820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055820; }
p { color: rgb(5,88,32); }
H1.HeaderClassName
{
color: #055820;
}
.AnyTagClassName
{
color: #055820;
}
</style>
background-color css
<style>
a { background-color: #055820; }
a { background-color: rgb(5,88,32); }
div.DivClassName
{
background-color: #055820;
}
.BgClassName
{
background-color: #055820;
}
</style>
border-color css
<style>
span { border-color: #055820; }
span { border-color: rgb(5,88,32); }
td.TdClassName
{
border-color: #055820;
}
.TagClassName
{
border-color: #055820;
}
</style>