Shades of Crusoe #055624
Tints of Crusoe #055624
RGB
CMYK
RGB Variations
Color information
#055624 (or 0x055624) is known color: Crusoe. HEX triplet: 05, 56 and 24. RGB value is (5,86,36). Sum of RGB (Red+Green+Blue) = 5+86+36=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #055624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055624 is #FAA9DB. Grayscale: #383838. Windows color (decimal): -16427484 or 2381317. OLE color: 2381317.
HSL color Cylindrical-coordinate representation of color #055624: hue angle of 142.96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055624 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 86 | 36 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.66 |
| HSL | 142.96º | 0.89% | 0.18% | - |
| HSV(B) | 142.96º | 0.94% | 0.34% | - |
| XYZ | 3.71 | 6.82 | 2.79 | - |
| YUV | 56.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 36 | 0.94 | 0 | 0.58 | 0.66 | 142.96 | 0.89 | 0.18 |
| Hex | 5 | 56 | 24 | 5E | 0 | 3A | 42 | 8F | 59 | 12 |
| Octal | 5 | 126 | 44 | 136 | 0 | 72 | 102 | 217 | 131 | 22 |
| Binary | 101 | 1010110 | 100100 | 1011110 | 0 | 111010 | 1000010 | 10001111 | 1011001 | 10010 |
Color Harmonies of #055624
Complementary color
Monochromatic Colors of #055624
Black with #055624
Text Example
Text Example
White with #055624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055624; }
p { color: rgb(5,86,36); }
H1.HeaderClassName
{
color: #055624;
}
.AnyTagClassName
{
color: #055624;
}
</style>
background-color css
<style>
a { background-color: #055624; }
a { background-color: rgb(5,86,36); }
div.DivClassName
{
background-color: #055624;
}
.BgClassName
{
background-color: #055624;
}
</style>
border-color css
<style>
span { border-color: #055624; }
span { border-color: rgb(5,86,36); }
td.TdClassName
{
border-color: #055624;
}
.TagClassName
{
border-color: #055624;
}
</style>