Shades of Crusoe #056529
Tints of Crusoe #056529
RGB
CMYK
RGB Variations
Color information
#056529 (or 0x056529) is known color: Crusoe. HEX triplet: 05, 65 and 29. RGB value is (5,101,41). Sum of RGB (Red+Green+Blue) = 5+101+41=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #056529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056529 is #FA9AD6. Grayscale: #414141. Windows color (decimal): -16423639 or 2712837. OLE color: 2712837.
HSL color Cylindrical-coordinate representation of color #056529: hue angle of 142.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056529 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 41 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.60 |
| HSL | 142.5º | 0.91% | 0.21% | - |
| HSV(B) | 142.5º | 0.95% | 0.4% | - |
| XYZ | 5.12 | 9.5 | 3.66 | - |
| YUV | 65.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 41 | 0.95 | 0 | 0.59 | 0.60 | 142.5 | 0.91 | 0.21 |
| Hex | 5 | 65 | 29 | 5F | 0 | 3B | 3C | 8E | 5B | 15 |
| Octal | 5 | 145 | 51 | 137 | 0 | 73 | 74 | 216 | 133 | 25 |
| Binary | 101 | 1100101 | 101001 | 1011111 | 0 | 111011 | 111100 | 10001110 | 1011011 | 10101 |
Color Harmonies of #056529
Complementary color
Monochromatic Colors of #056529
Black with #056529
Text Example
Text Example
White with #056529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056529; }
p { color: rgb(5,101,41); }
H1.HeaderClassName
{
color: #056529;
}
.AnyTagClassName
{
color: #056529;
}
</style>
background-color css
<style>
a { background-color: #056529; }
a { background-color: rgb(5,101,41); }
div.DivClassName
{
background-color: #056529;
}
.BgClassName
{
background-color: #056529;
}
</style>
border-color css
<style>
span { border-color: #056529; }
span { border-color: rgb(5,101,41); }
td.TdClassName
{
border-color: #056529;
}
.TagClassName
{
border-color: #056529;
}
</style>