Shades of Crusoe #055722
Tints of Crusoe #055722
RGB
CMYK
RGB Variations
Color information
#055722 (or 0x055722) is known color: Crusoe. HEX triplet: 05, 57 and 22. RGB value is (5,87,34). Sum of RGB (Red+Green+Blue) = 5+87+34=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #055722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055722 is #FAA8DD. Grayscale: #383838. Windows color (decimal): -16427230 or 2250501. OLE color: 2250501.
HSL color Cylindrical-coordinate representation of color #055722: hue angle of 141.22º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055722 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 34 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.66 |
| HSL | 141.22º | 0.89% | 0.18% | - |
| HSV(B) | 141.22º | 0.94% | 0.34% | - |
| XYZ | 3.76 | 6.96 | 2.66 | - |
| YUV | 56.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 34 | 0.94 | 0 | 0.61 | 0.66 | 141.22 | 0.89 | 0.18 |
| Hex | 5 | 57 | 22 | 5E | 0 | 3D | 42 | 8D | 59 | 12 |
| Octal | 5 | 127 | 42 | 136 | 0 | 75 | 102 | 215 | 131 | 22 |
| Binary | 101 | 1010111 | 100010 | 1011110 | 0 | 111101 | 1000010 | 10001101 | 1011001 | 10010 |
Color Harmonies of #055722
Complementary color
Monochromatic Colors of #055722
Black with #055722
Text Example
Text Example
White with #055722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055722; }
p { color: rgb(5,87,34); }
H1.HeaderClassName
{
color: #055722;
}
.AnyTagClassName
{
color: #055722;
}
</style>
background-color css
<style>
a { background-color: #055722; }
a { background-color: rgb(5,87,34); }
div.DivClassName
{
background-color: #055722;
}
.BgClassName
{
background-color: #055722;
}
</style>
border-color css
<style>
span { border-color: #055722; }
span { border-color: rgb(5,87,34); }
td.TdClassName
{
border-color: #055722;
}
.TagClassName
{
border-color: #055722;
}
</style>