Shades of Crusoe #055816
Tints of Crusoe #055816
RGB
CMYK
RGB Variations
Color information
#055816 (or 0x055816) is known color: Crusoe. HEX triplet: 05, 58 and 16. RGB value is (5,88,22). Sum of RGB (Red+Green+Blue) = 5+88+22=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #055816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055816 is #FAA7E9. Grayscale: #373737. Windows color (decimal): -16426986 or 1464325. OLE color: 1464325.
HSL color Cylindrical-coordinate representation of color #055816: hue angle of 132.29º 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 #055816 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 22 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.65 |
| HSL | 132.29º | 0.89% | 0.18% | - |
| HSV(B) | 132.29º | 0.94% | 0.35% | - |
| XYZ | 3.7 | 7.07 | 1.93 | - |
| YUV | 55.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 22 | 0.94 | 0 | 0.75 | 0.65 | 132.29 | 0.89 | 0.18 |
| Hex | 5 | 58 | 16 | 5E | 0 | 4B | 41 | 84 | 59 | 12 |
| Octal | 5 | 130 | 26 | 136 | 0 | 113 | 101 | 204 | 131 | 22 |
| Binary | 101 | 1011000 | 10110 | 1011110 | 0 | 1001011 | 1000001 | 10000100 | 1011001 | 10010 |
Color Harmonies of #055816
Complementary color
Monochromatic Colors of #055816
Black with #055816
Text Example
Text Example
White with #055816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055816; }
p { color: rgb(5,88,22); }
H1.HeaderClassName
{
color: #055816;
}
.AnyTagClassName
{
color: #055816;
}
</style>
background-color css
<style>
a { background-color: #055816; }
a { background-color: rgb(5,88,22); }
div.DivClassName
{
background-color: #055816;
}
.BgClassName
{
background-color: #055816;
}
</style>
border-color css
<style>
span { border-color: #055816; }
span { border-color: rgb(5,88,22); }
td.TdClassName
{
border-color: #055816;
}
.TagClassName
{
border-color: #055816;
}
</style>