Shades of Crusoe #056E29
Tints of Crusoe #056E29
RGB
CMYK
RGB Variations
Color information
#056E29 (or 0x056E29) is known color: Crusoe. HEX triplet: 05, 6E and 29. RGB value is (5,110,41). Sum of RGB (Red+Green+Blue) = 5+110+41=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #056E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E29 is #FA91D6. Grayscale: #464646. Windows color (decimal): -16421335 or 2715141. OLE color: 2715141.
HSL color Cylindrical-coordinate representation of color #056E29: hue angle of 140.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E29 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 41 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.57 |
| HSL | 140.57º | 0.91% | 0.23% | - |
| HSV(B) | 140.57º | 0.95% | 0.43% | - |
| XYZ | 6.04 | 11.34 | 3.97 | - |
| YUV | 70.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 41 | 0.95 | 0 | 0.63 | 0.57 | 140.57 | 0.91 | 0.23 |
| Hex | 5 | 6E | 29 | 5F | 0 | 3F | 39 | 8D | 5B | 17 |
| Octal | 5 | 156 | 51 | 137 | 0 | 77 | 71 | 215 | 133 | 27 |
| Binary | 101 | 1101110 | 101001 | 1011111 | 0 | 111111 | 111001 | 10001101 | 1011011 | 10111 |
Color Harmonies of #056E29
Complementary color
Monochromatic Colors of #056E29
Black with #056E29
Text Example
Text Example
White with #056E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E29; }
p { color: rgb(5,110,41); }
H1.HeaderClassName
{
color: #056E29;
}
.AnyTagClassName
{
color: #056E29;
}
</style>
background-color css
<style>
a { background-color: #056E29; }
a { background-color: rgb(5,110,41); }
div.DivClassName
{
background-color: #056E29;
}
.BgClassName
{
background-color: #056E29;
}
</style>
border-color css
<style>
span { border-color: #056E29; }
span { border-color: rgb(5,110,41); }
td.TdClassName
{
border-color: #056E29;
}
.TagClassName
{
border-color: #056E29;
}
</style>