Shades of Crusoe #056520
Tints of Crusoe #056520
RGB
CMYK
RGB Variations
Color information
#056520 (or 0x056520) is known color: Crusoe. HEX triplet: 05, 65 and 20. RGB value is (5,101,32). Sum of RGB (Red+Green+Blue) = 5+101+32=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #056520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056520 is #FA9ADF. Grayscale: #404040. Windows color (decimal): -16423648 or 2123013. OLE color: 2123013.
HSL color Cylindrical-coordinate representation of color #056520: hue angle of 136.88º 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 #056520 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 32 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.60 |
| HSL | 136.88º | 0.91% | 0.21% | - |
| HSV(B) | 136.88º | 0.95% | 0.4% | - |
| XYZ | 4.98 | 9.44 | 2.93 | - |
| YUV | 64.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 32 | 0.95 | 0 | 0.68 | 0.60 | 136.88 | 0.91 | 0.21 |
| Hex | 5 | 65 | 20 | 5F | 0 | 44 | 3C | 89 | 5B | 15 |
| Octal | 5 | 145 | 40 | 137 | 0 | 104 | 74 | 211 | 133 | 25 |
| Binary | 101 | 1100101 | 100000 | 1011111 | 0 | 1000100 | 111100 | 10001001 | 1011011 | 10101 |
Color Harmonies of #056520
Complementary color
Monochromatic Colors of #056520
Black with #056520
Text Example
Text Example
White with #056520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056520; }
p { color: rgb(5,101,32); }
H1.HeaderClassName
{
color: #056520;
}
.AnyTagClassName
{
color: #056520;
}
</style>
background-color css
<style>
a { background-color: #056520; }
a { background-color: rgb(5,101,32); }
div.DivClassName
{
background-color: #056520;
}
.BgClassName
{
background-color: #056520;
}
</style>
border-color css
<style>
span { border-color: #056520; }
span { border-color: rgb(5,101,32); }
td.TdClassName
{
border-color: #056520;
}
.TagClassName
{
border-color: #056520;
}
</style>