Shades of Crusoe #056022
Tints of Crusoe #056022
RGB
CMYK
RGB Variations
Color information
#056022 (or 0x056022) is known color: Crusoe. HEX triplet: 05, 60 and 22. RGB value is (5,96,34). Sum of RGB (Red+Green+Blue) = 5+96+34=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #056022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056022 is #FA9FDD. Grayscale: #3D3D3D. Windows color (decimal): -16424926 or 2252805. OLE color: 2252805.
HSL color Cylindrical-coordinate representation of color #056022: hue angle of 139.12º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056022 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 34 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.62 |
| HSL | 139.12º | 0.9% | 0.2% | - |
| HSV(B) | 139.12º | 0.95% | 0.38% | - |
| XYZ | 4.53 | 8.51 | 2.92 | - |
| YUV | 61.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 34 | 0.95 | 0 | 0.65 | 0.62 | 139.12 | 0.9 | 0.2 |
| Hex | 5 | 60 | 22 | 5F | 0 | 41 | 3E | 8B | 5A | 14 |
| Octal | 5 | 140 | 42 | 137 | 0 | 101 | 76 | 213 | 132 | 24 |
| Binary | 101 | 1100000 | 100010 | 1011111 | 0 | 1000001 | 111110 | 10001011 | 1011010 | 10100 |
Color Harmonies of #056022
Complementary color
Monochromatic Colors of #056022
Black with #056022
Text Example
Text Example
White with #056022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056022; }
p { color: rgb(5,96,34); }
H1.HeaderClassName
{
color: #056022;
}
.AnyTagClassName
{
color: #056022;
}
</style>
background-color css
<style>
a { background-color: #056022; }
a { background-color: rgb(5,96,34); }
div.DivClassName
{
background-color: #056022;
}
.BgClassName
{
background-color: #056022;
}
</style>
border-color css
<style>
span { border-color: #056022; }
span { border-color: rgb(5,96,34); }
td.TdClassName
{
border-color: #056022;
}
.TagClassName
{
border-color: #056022;
}
</style>