Shades of Crusoe #055811
Tints of Crusoe #055811
RGB
CMYK
RGB Variations
Color information
#055811 (or 0x055811) is known color: Crusoe. HEX triplet: 05, 58 and 11. RGB value is (5,88,17). Sum of RGB (Red+Green+Blue) = 5+88+17=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #055811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055811 is #FAA7EE. Grayscale: #373737. Windows color (decimal): -16426991 or 1136645. OLE color: 1136645.
HSL color Cylindrical-coordinate representation of color #055811: hue angle of 128.67º 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 #055811 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 17 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.65 |
| HSL | 128.67º | 0.89% | 0.18% | - |
| HSV(B) | 128.67º | 0.94% | 0.35% | - |
| XYZ | 3.65 | 7.05 | 1.7 | - |
| YUV | 55.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 17 | 0.94 | 0 | 0.81 | 0.65 | 128.67 | 0.89 | 0.18 |
| Hex | 5 | 58 | 11 | 5E | 0 | 51 | 41 | 81 | 59 | 12 |
| Octal | 5 | 130 | 21 | 136 | 0 | 121 | 101 | 201 | 131 | 22 |
| Binary | 101 | 1011000 | 10001 | 1011110 | 0 | 1010001 | 1000001 | 10000001 | 1011001 | 10010 |
Color Harmonies of #055811
Complementary color
Monochromatic Colors of #055811
Black with #055811
Text Example
Text Example
White with #055811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055811; }
p { color: rgb(5,88,17); }
H1.HeaderClassName
{
color: #055811;
}
.AnyTagClassName
{
color: #055811;
}
</style>
background-color css
<style>
a { background-color: #055811; }
a { background-color: rgb(5,88,17); }
div.DivClassName
{
background-color: #055811;
}
.BgClassName
{
background-color: #055811;
}
</style>
border-color css
<style>
span { border-color: #055811; }
span { border-color: rgb(5,88,17); }
td.TdClassName
{
border-color: #055811;
}
.TagClassName
{
border-color: #055811;
}
</style>