Shades of Crusoe #055A16
Tints of Crusoe #055A16
RGB
CMYK
RGB Variations
Color information
#055A16 (or 0x055A16) is known color: Crusoe. HEX triplet: 05, 5A and 16. RGB value is (5,90,22). Sum of RGB (Red+Green+Blue) = 5+90+22=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 90 (35.55% from 255 or 76.92% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 90 - color contains mainly: green. Hex color #055A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A16 is #FAA5E9. Grayscale: #393939. Windows color (decimal): -16426474 or 1464837. OLE color: 1464837.
HSL color Cylindrical-coordinate representation of color #055A16: hue angle of 132º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A16 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 22 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.65 |
| HSL | 132º | 0.89% | 0.19% | - |
| HSV(B) | 132º | 0.94% | 0.35% | - |
| XYZ | 3.86 | 7.4 | 1.98 | - |
| YUV | 56.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 22 | 0.94 | 0 | 0.76 | 0.65 | 132 | 0.89 | 0.19 |
| Hex | 5 | 5A | 16 | 5E | 0 | 4C | 41 | 84 | 59 | 13 |
| Octal | 5 | 132 | 26 | 136 | 0 | 114 | 101 | 204 | 131 | 23 |
| Binary | 101 | 1011010 | 10110 | 1011110 | 0 | 1001100 | 1000001 | 10000100 | 1011001 | 10011 |
Color Harmonies of #055A16
Complementary color
Monochromatic Colors of #055A16
Black with #055A16
Text Example
Text Example
White with #055A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A16; }
p { color: rgb(5,90,22); }
H1.HeaderClassName
{
color: #055A16;
}
.AnyTagClassName
{
color: #055A16;
}
</style>
background-color css
<style>
a { background-color: #055A16; }
a { background-color: rgb(5,90,22); }
div.DivClassName
{
background-color: #055A16;
}
.BgClassName
{
background-color: #055A16;
}
</style>
border-color css
<style>
span { border-color: #055A16; }
span { border-color: rgb(5,90,22); }
td.TdClassName
{
border-color: #055A16;
}
.TagClassName
{
border-color: #055A16;
}
</style>