Shades of Crusoe #056F21
Tints of Crusoe #056F21
RGB
CMYK
RGB Variations
Color information
#056F21 (or 0x056F21) is known color: Crusoe. HEX triplet: 05, 6F and 21. RGB value is (5,111,33). Sum of RGB (Red+Green+Blue) = 5+111+33=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #056F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F21 is #FA90DE. Grayscale: #464646. Windows color (decimal): -16421087 or 2191109. OLE color: 2191109.
HSL color Cylindrical-coordinate representation of color #056F21: hue angle of 135.85º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F21 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 33 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.56 |
| HSL | 135.85º | 0.91% | 0.23% | - |
| HSV(B) | 135.85º | 0.95% | 0.44% | - |
| XYZ | 6.02 | 11.51 | 3.34 | - |
| YUV | 70.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 33 | 0.95 | 0 | 0.70 | 0.56 | 135.85 | 0.91 | 0.23 |
| Hex | 5 | 6F | 21 | 5F | 0 | 46 | 38 | 88 | 5B | 17 |
| Octal | 5 | 157 | 41 | 137 | 0 | 106 | 70 | 210 | 133 | 27 |
| Binary | 101 | 1101111 | 100001 | 1011111 | 0 | 1000110 | 111000 | 10001000 | 1011011 | 10111 |
Color Harmonies of #056F21
Complementary color
Monochromatic Colors of #056F21
Black with #056F21
Text Example
Text Example
White with #056F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F21; }
p { color: rgb(5,111,33); }
H1.HeaderClassName
{
color: #056F21;
}
.AnyTagClassName
{
color: #056F21;
}
</style>
background-color css
<style>
a { background-color: #056F21; }
a { background-color: rgb(5,111,33); }
div.DivClassName
{
background-color: #056F21;
}
.BgClassName
{
background-color: #056F21;
}
</style>
border-color css
<style>
span { border-color: #056F21; }
span { border-color: rgb(5,111,33); }
td.TdClassName
{
border-color: #056F21;
}
.TagClassName
{
border-color: #056F21;
}
</style>