Shades of Crusoe #055921
Tints of Crusoe #055921
RGB
CMYK
RGB Variations
Color information
#055921 (or 0x055921) is known color: Crusoe. HEX triplet: 05, 59 and 21. RGB value is (5,89,33). Sum of RGB (Red+Green+Blue) = 5+89+33=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #055921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055921 is #FAA6DE. Grayscale: #393939. Windows color (decimal): -16426719 or 2185477. OLE color: 2185477.
HSL color Cylindrical-coordinate representation of color #055921: hue angle of 140º 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 #055921 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 33 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.65 |
| HSL | 140º | 0.89% | 0.18% | - |
| HSV(B) | 140º | 0.94% | 0.35% | - |
| XYZ | 3.91 | 7.29 | 2.64 | - |
| YUV | 57.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 33 | 0.94 | 0 | 0.63 | 0.65 | 140 | 0.89 | 0.18 |
| Hex | 5 | 59 | 21 | 5E | 0 | 3F | 41 | 8C | 59 | 12 |
| Octal | 5 | 131 | 41 | 136 | 0 | 77 | 101 | 214 | 131 | 22 |
| Binary | 101 | 1011001 | 100001 | 1011110 | 0 | 111111 | 1000001 | 10001100 | 1011001 | 10010 |
Color Harmonies of #055921
Complementary color
Monochromatic Colors of #055921
Black with #055921
Text Example
Text Example
White with #055921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055921; }
p { color: rgb(5,89,33); }
H1.HeaderClassName
{
color: #055921;
}
.AnyTagClassName
{
color: #055921;
}
</style>
background-color css
<style>
a { background-color: #055921; }
a { background-color: rgb(5,89,33); }
div.DivClassName
{
background-color: #055921;
}
.BgClassName
{
background-color: #055921;
}
</style>
border-color css
<style>
span { border-color: #055921; }
span { border-color: rgb(5,89,33); }
td.TdClassName
{
border-color: #055921;
}
.TagClassName
{
border-color: #055921;
}
</style>