Shades of Crusoe #055A17
Tints of Crusoe #055A17
RGB
CMYK
RGB Variations
Color information
#055A17 (or 0x055A17) is known color: Crusoe. HEX triplet: 05, 5A and 17. RGB value is (5,90,23). Sum of RGB (Red+Green+Blue) = 5+90+23=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #055A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A17 is #FAA5E8. Grayscale: #393939. Windows color (decimal): -16426473 or 1530373. OLE color: 1530373.
HSL color Cylindrical-coordinate representation of color #055A17: hue angle of 132.71º 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 #055A17 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 23 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.65 |
| HSL | 132.71º | 0.89% | 0.19% | - |
| HSV(B) | 132.71º | 0.94% | 0.35% | - |
| XYZ | 3.87 | 7.41 | 2.04 | - |
| YUV | 56.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 23 | 0.94 | 0 | 0.74 | 0.65 | 132.71 | 0.89 | 0.19 |
| Hex | 5 | 5A | 17 | 5E | 0 | 4A | 41 | 85 | 59 | 13 |
| Octal | 5 | 132 | 27 | 136 | 0 | 112 | 101 | 205 | 131 | 23 |
| Binary | 101 | 1011010 | 10111 | 1011110 | 0 | 1001010 | 1000001 | 10000101 | 1011001 | 10011 |
Color Harmonies of #055A17
Complementary color
Monochromatic Colors of #055A17
Black with #055A17
Text Example
Text Example
White with #055A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A17; }
p { color: rgb(5,90,23); }
H1.HeaderClassName
{
color: #055A17;
}
.AnyTagClassName
{
color: #055A17;
}
</style>
background-color css
<style>
a { background-color: #055A17; }
a { background-color: rgb(5,90,23); }
div.DivClassName
{
background-color: #055A17;
}
.BgClassName
{
background-color: #055A17;
}
</style>
border-color css
<style>
span { border-color: #055A17; }
span { border-color: rgb(5,90,23); }
td.TdClassName
{
border-color: #055A17;
}
.TagClassName
{
border-color: #055A17;
}
</style>