Shades of Crusoe #055932
Tints of Crusoe #055932
RGB
CMYK
RGB Variations
Color information
#055932 (or 0x055932) is known color: Crusoe. HEX triplet: 05, 59 and 32. RGB value is (5,89,50). Sum of RGB (Red+Green+Blue) = 5+89+50=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #055932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055932 is #FAA6CD. Grayscale: #3B3B3B. Windows color (decimal): -16426702 or 3299589. OLE color: 3299589.
HSL color Cylindrical-coordinate representation of color #055932: hue angle of 152.14º 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 #055932 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 50 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.65 |
| HSL | 152.14º | 0.89% | 0.18% | - |
| HSV(B) | 152.14º | 0.94% | 0.35% | - |
| XYZ | 4.21 | 7.41 | 4.23 | - |
| YUV | 59.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 50 | 0.94 | 0 | 0.44 | 0.65 | 152.14 | 0.89 | 0.18 |
| Hex | 5 | 59 | 32 | 5E | 0 | 2C | 41 | 98 | 59 | 12 |
| Octal | 5 | 131 | 62 | 136 | 0 | 54 | 101 | 230 | 131 | 22 |
| Binary | 101 | 1011001 | 110010 | 1011110 | 0 | 101100 | 1000001 | 10011000 | 1011001 | 10010 |
Color Harmonies of #055932
Complementary color
Monochromatic Colors of #055932
Black with #055932
Text Example
Text Example
White with #055932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055932; }
p { color: rgb(5,89,50); }
H1.HeaderClassName
{
color: #055932;
}
.AnyTagClassName
{
color: #055932;
}
</style>
background-color css
<style>
a { background-color: #055932; }
a { background-color: rgb(5,89,50); }
div.DivClassName
{
background-color: #055932;
}
.BgClassName
{
background-color: #055932;
}
</style>
border-color css
<style>
span { border-color: #055932; }
span { border-color: rgb(5,89,50); }
td.TdClassName
{
border-color: #055932;
}
.TagClassName
{
border-color: #055932;
}
</style>