Shades of Crusoe #055528
Tints of Crusoe #055528
RGB
CMYK
RGB Variations
Color information
#055528 (or 0x055528) is known color: Crusoe. HEX triplet: 05, 55 and 28. RGB value is (5,85,40). Sum of RGB (Red+Green+Blue) = 5+85+40=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #055528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055528 is #FAAAD7. Grayscale: #383838. Windows color (decimal): -16427736 or 2643205. OLE color: 2643205.
HSL color Cylindrical-coordinate representation of color #055528: hue angle of 146.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 #055528 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 40 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.67 |
| HSL | 146.25º | 0.89% | 0.18% | - |
| HSV(B) | 146.25º | 0.94% | 0.33% | - |
| XYZ | 3.69 | 6.68 | 3.1 | - |
| YUV | 55.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 40 | 0.94 | 0 | 0.53 | 0.67 | 146.25 | 0.89 | 0.18 |
| Hex | 5 | 55 | 28 | 5E | 0 | 35 | 43 | 92 | 59 | 12 |
| Octal | 5 | 125 | 50 | 136 | 0 | 65 | 103 | 222 | 131 | 22 |
| Binary | 101 | 1010101 | 101000 | 1011110 | 0 | 110101 | 1000011 | 10010010 | 1011001 | 10010 |
Color Harmonies of #055528
Complementary color
Monochromatic Colors of #055528
Black with #055528
Text Example
Text Example
White with #055528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055528; }
p { color: rgb(5,85,40); }
H1.HeaderClassName
{
color: #055528;
}
.AnyTagClassName
{
color: #055528;
}
</style>
background-color css
<style>
a { background-color: #055528; }
a { background-color: rgb(5,85,40); }
div.DivClassName
{
background-color: #055528;
}
.BgClassName
{
background-color: #055528;
}
</style>
border-color css
<style>
span { border-color: #055528; }
span { border-color: rgb(5,85,40); }
td.TdClassName
{
border-color: #055528;
}
.TagClassName
{
border-color: #055528;
}
</style>