Shades of Crusoe #056522
Tints of Crusoe #056522
RGB
CMYK
RGB Variations
Color information
#056522 (or 0x056522) is known color: Crusoe. HEX triplet: 05, 65 and 22. RGB value is (5,101,34). Sum of RGB (Red+Green+Blue) = 5+101+34=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #056522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056522 is #FA9ADD. Grayscale: #404040. Windows color (decimal): -16423646 or 2254085. OLE color: 2254085.
HSL color Cylindrical-coordinate representation of color #056522: hue angle of 138.12º 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 #056522 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 34 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.60 |
| HSL | 138.13º | 0.91% | 0.21% | - |
| HSV(B) | 138.13º | 0.95% | 0.4% | - |
| XYZ | 5.01 | 9.46 | 3.07 | - |
| YUV | 64.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 34 | 0.95 | 0 | 0.66 | 0.60 | 138.13 | 0.91 | 0.21 |
| Hex | 5 | 65 | 22 | 5F | 0 | 42 | 3C | 8A | 5B | 15 |
| Octal | 5 | 145 | 42 | 137 | 0 | 102 | 74 | 212 | 133 | 25 |
| Binary | 101 | 1100101 | 100010 | 1011111 | 0 | 1000010 | 111100 | 10001010 | 1011011 | 10101 |
Color Harmonies of #056522
Complementary color
Monochromatic Colors of #056522
Black with #056522
Text Example
Text Example
White with #056522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056522; }
p { color: rgb(5,101,34); }
H1.HeaderClassName
{
color: #056522;
}
.AnyTagClassName
{
color: #056522;
}
</style>
background-color css
<style>
a { background-color: #056522; }
a { background-color: rgb(5,101,34); }
div.DivClassName
{
background-color: #056522;
}
.BgClassName
{
background-color: #056522;
}
</style>
border-color css
<style>
span { border-color: #056522; }
span { border-color: rgb(5,101,34); }
td.TdClassName
{
border-color: #056522;
}
.TagClassName
{
border-color: #056522;
}
</style>