Shades of Crusoe #055A29
Tints of Crusoe #055A29
RGB
CMYK
RGB Variations
Color information
#055A29 (or 0x055A29) is known color: Crusoe. HEX triplet: 05, 5A and 29. RGB value is (5,90,41). Sum of RGB (Red+Green+Blue) = 5+90+41=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #055A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A29 is #FAA5D6. Grayscale: #3B3B3B. Windows color (decimal): -16426455 or 2710021. OLE color: 2710021.
HSL color Cylindrical-coordinate representation of color #055A29: hue angle of 145.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A29 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 41 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.65 |
| HSL | 145.41º | 0.89% | 0.19% | - |
| HSV(B) | 145.41º | 0.94% | 0.35% | - |
| XYZ | 4.12 | 7.5 | 3.33 | - |
| YUV | 59 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 41 | 0.94 | 0 | 0.54 | 0.65 | 145.41 | 0.89 | 0.19 |
| Hex | 5 | 5A | 29 | 5E | 0 | 36 | 41 | 91 | 59 | 13 |
| Octal | 5 | 132 | 51 | 136 | 0 | 66 | 101 | 221 | 131 | 23 |
| Binary | 101 | 1011010 | 101001 | 1011110 | 0 | 110110 | 1000001 | 10010001 | 1011001 | 10011 |
Color Harmonies of #055A29
Complementary color
Monochromatic Colors of #055A29
Black with #055A29
Text Example
Text Example
White with #055A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A29; }
p { color: rgb(5,90,41); }
H1.HeaderClassName
{
color: #055A29;
}
.AnyTagClassName
{
color: #055A29;
}
</style>
background-color css
<style>
a { background-color: #055A29; }
a { background-color: rgb(5,90,41); }
div.DivClassName
{
background-color: #055A29;
}
.BgClassName
{
background-color: #055A29;
}
</style>
border-color css
<style>
span { border-color: #055A29; }
span { border-color: rgb(5,90,41); }
td.TdClassName
{
border-color: #055A29;
}
.TagClassName
{
border-color: #055A29;
}
</style>