Shades of Crusoe #055520
Tints of Crusoe #055520
RGB
CMYK
RGB Variations
Color information
#055520 (or 0x055520) is known color: Crusoe. HEX triplet: 05, 55 and 20. RGB value is (5,85,32). Sum of RGB (Red+Green+Blue) = 5+85+32=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #055520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055520 is #FAAADF. Grayscale: #373737. Windows color (decimal): -16427744 or 2118917. OLE color: 2118917.
HSL color Cylindrical-coordinate representation of color #055520: hue angle of 140.25º 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 #055520 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 32 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.67 |
| HSL | 140.25º | 0.89% | 0.18% | - |
| HSV(B) | 140.25º | 0.94% | 0.33% | - |
| XYZ | 3.57 | 6.63 | 2.46 | - |
| YUV | 55.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 32 | 0.94 | 0 | 0.62 | 0.67 | 140.25 | 0.89 | 0.18 |
| Hex | 5 | 55 | 20 | 5E | 0 | 3E | 43 | 8C | 59 | 12 |
| Octal | 5 | 125 | 40 | 136 | 0 | 76 | 103 | 214 | 131 | 22 |
| Binary | 101 | 1010101 | 100000 | 1011110 | 0 | 111110 | 1000011 | 10001100 | 1011001 | 10010 |
Color Harmonies of #055520
Complementary color
Monochromatic Colors of #055520
Black with #055520
Text Example
Text Example
White with #055520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055520; }
p { color: rgb(5,85,32); }
H1.HeaderClassName
{
color: #055520;
}
.AnyTagClassName
{
color: #055520;
}
</style>
background-color css
<style>
a { background-color: #055520; }
a { background-color: rgb(5,85,32); }
div.DivClassName
{
background-color: #055520;
}
.BgClassName
{
background-color: #055520;
}
</style>
border-color css
<style>
span { border-color: #055520; }
span { border-color: rgb(5,85,32); }
td.TdClassName
{
border-color: #055520;
}
.TagClassName
{
border-color: #055520;
}
</style>