Shades of Crusoe #056322
Tints of Crusoe #056322
RGB
CMYK
RGB Variations
Color information
#056322 (or 0x056322) is known color: Crusoe. HEX triplet: 05, 63 and 22. RGB value is (5,99,34). Sum of RGB (Red+Green+Blue) = 5+99+34=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #056322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056322 is #FA9CDD. Grayscale: #3F3F3F. Windows color (decimal): -16424158 or 2253573. OLE color: 2253573.
HSL color Cylindrical-coordinate representation of color #056322: hue angle of 138.51º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056322 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 34 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.61 |
| HSL | 138.51º | 0.9% | 0.2% | - |
| HSV(B) | 138.51º | 0.95% | 0.39% | - |
| XYZ | 4.81 | 9.07 | 3.01 | - |
| YUV | 63.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 34 | 0.95 | 0 | 0.66 | 0.61 | 138.51 | 0.9 | 0.2 |
| Hex | 5 | 63 | 22 | 5F | 0 | 42 | 3D | 8B | 5A | 14 |
| Octal | 5 | 143 | 42 | 137 | 0 | 102 | 75 | 213 | 132 | 24 |
| Binary | 101 | 1100011 | 100010 | 1011111 | 0 | 1000010 | 111101 | 10001011 | 1011010 | 10100 |
Color Harmonies of #056322
Complementary color
Monochromatic Colors of #056322
Black with #056322
Text Example
Text Example
White with #056322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056322; }
p { color: rgb(5,99,34); }
H1.HeaderClassName
{
color: #056322;
}
.AnyTagClassName
{
color: #056322;
}
</style>
background-color css
<style>
a { background-color: #056322; }
a { background-color: rgb(5,99,34); }
div.DivClassName
{
background-color: #056322;
}
.BgClassName
{
background-color: #056322;
}
</style>
border-color css
<style>
span { border-color: #056322; }
span { border-color: rgb(5,99,34); }
td.TdClassName
{
border-color: #056322;
}
.TagClassName
{
border-color: #056322;
}
</style>