Shades of Crusoe #055721
Tints of Crusoe #055721
RGB
CMYK
RGB Variations
Color information
#055721 (or 0x055721) is known color: Crusoe. HEX triplet: 05, 57 and 21. RGB value is (5,87,33). Sum of RGB (Red+Green+Blue) = 5+87+33=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #055721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055721 is #FAA8DE. Grayscale: #383838. Windows color (decimal): -16427231 or 2184965. OLE color: 2184965.
HSL color Cylindrical-coordinate representation of color #055721: hue angle of 140.49º 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 #055721 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 33 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.66 |
| HSL | 140.49º | 0.89% | 0.18% | - |
| HSV(B) | 140.49º | 0.94% | 0.34% | - |
| XYZ | 3.75 | 6.96 | 2.58 | - |
| YUV | 56.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 33 | 0.94 | 0 | 0.62 | 0.66 | 140.49 | 0.89 | 0.18 |
| Hex | 5 | 57 | 21 | 5E | 0 | 3E | 42 | 8C | 59 | 12 |
| Octal | 5 | 127 | 41 | 136 | 0 | 76 | 102 | 214 | 131 | 22 |
| Binary | 101 | 1010111 | 100001 | 1011110 | 0 | 111110 | 1000010 | 10001100 | 1011001 | 10010 |
Color Harmonies of #055721
Complementary color
Monochromatic Colors of #055721
Black with #055721
Text Example
Text Example
White with #055721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055721; }
p { color: rgb(5,87,33); }
H1.HeaderClassName
{
color: #055721;
}
.AnyTagClassName
{
color: #055721;
}
</style>
background-color css
<style>
a { background-color: #055721; }
a { background-color: rgb(5,87,33); }
div.DivClassName
{
background-color: #055721;
}
.BgClassName
{
background-color: #055721;
}
</style>
border-color css
<style>
span { border-color: #055721; }
span { border-color: rgb(5,87,33); }
td.TdClassName
{
border-color: #055721;
}
.TagClassName
{
border-color: #055721;
}
</style>