Shades of Crusoe #055E17
Tints of Crusoe #055E17
RGB
CMYK
RGB Variations
Color information
#055E17 (or 0x055E17) is known color: Crusoe. HEX triplet: 05, 5E and 17. RGB value is (5,94,23). Sum of RGB (Red+Green+Blue) = 5+94+23=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 94 (37.11% from 255 or 77.05% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 94 - color contains mainly: green. Hex color #055E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E17 is #FAA1E8. Grayscale: #3B3B3B. Windows color (decimal): -16425449 or 1531397. OLE color: 1531397.
HSL color Cylindrical-coordinate representation of color #055E17: hue angle of 132.13º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E17 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 23 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.63 |
| HSL | 132.13º | 0.9% | 0.19% | - |
| HSV(B) | 132.13º | 0.95% | 0.37% | - |
| XYZ | 4.22 | 8.1 | 2.15 | - |
| YUV | 59.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 23 | 0.95 | 0 | 0.76 | 0.63 | 132.13 | 0.9 | 0.19 |
| Hex | 5 | 5E | 17 | 5F | 0 | 4C | 3F | 84 | 5A | 13 |
| Octal | 5 | 136 | 27 | 137 | 0 | 114 | 77 | 204 | 132 | 23 |
| Binary | 101 | 1011110 | 10111 | 1011111 | 0 | 1001100 | 111111 | 10000100 | 1011010 | 10011 |
Color Harmonies of #055E17
Complementary color
Monochromatic Colors of #055E17
Black with #055E17
Text Example
Text Example
White with #055E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E17; }
p { color: rgb(5,94,23); }
H1.HeaderClassName
{
color: #055E17;
}
.AnyTagClassName
{
color: #055E17;
}
</style>
background-color css
<style>
a { background-color: #055E17; }
a { background-color: rgb(5,94,23); }
div.DivClassName
{
background-color: #055E17;
}
.BgClassName
{
background-color: #055E17;
}
</style>
border-color css
<style>
span { border-color: #055E17; }
span { border-color: rgb(5,94,23); }
td.TdClassName
{
border-color: #055E17;
}
.TagClassName
{
border-color: #055E17;
}
</style>