Shades of Crusoe #055521
Tints of Crusoe #055521
RGB
CMYK
RGB Variations
Color information
#055521 (or 0x055521) is known color: Crusoe. HEX triplet: 05, 55 and 21. RGB value is (5,85,33). Sum of RGB (Red+Green+Blue) = 5+85+33=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #055521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055521 is #FAAADE. Grayscale: #373737. Windows color (decimal): -16427743 or 2184453. OLE color: 2184453.
HSL color Cylindrical-coordinate representation of color #055521: hue angle of 141º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055521 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 33 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.67 |
| HSL | 141º | 0.89% | 0.18% | - |
| HSV(B) | 141º | 0.94% | 0.33% | - |
| XYZ | 3.59 | 6.64 | 2.53 | - |
| YUV | 55.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 33 | 0.94 | 0 | 0.61 | 0.67 | 141 | 0.89 | 0.18 |
| Hex | 5 | 55 | 21 | 5E | 0 | 3D | 43 | 8D | 59 | 12 |
| Octal | 5 | 125 | 41 | 136 | 0 | 75 | 103 | 215 | 131 | 22 |
| Binary | 101 | 1010101 | 100001 | 1011110 | 0 | 111101 | 1000011 | 10001101 | 1011001 | 10010 |
Color Harmonies of #055521
Complementary color
Monochromatic Colors of #055521
Black with #055521
Text Example
Text Example
White with #055521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055521; }
p { color: rgb(5,85,33); }
H1.HeaderClassName
{
color: #055521;
}
.AnyTagClassName
{
color: #055521;
}
</style>
background-color css
<style>
a { background-color: #055521; }
a { background-color: rgb(5,85,33); }
div.DivClassName
{
background-color: #055521;
}
.BgClassName
{
background-color: #055521;
}
</style>
border-color css
<style>
span { border-color: #055521; }
span { border-color: rgb(5,85,33); }
td.TdClassName
{
border-color: #055521;
}
.TagClassName
{
border-color: #055521;
}
</style>