Shades of Crusoe #056B21
Tints of Crusoe #056B21
RGB
CMYK
RGB Variations
Color information
#056B21 (or 0x056B21) is known color: Crusoe. HEX triplet: 05, 6B and 21. RGB value is (5,107,33). Sum of RGB (Red+Green+Blue) = 5+107+33=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 107 (42.19% from 255 or 73.79% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 107 - color contains mainly: green. Hex color #056B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B21 is #FA94DE. Grayscale: #444444. Windows color (decimal): -16422111 or 2190085. OLE color: 2190085.
HSL color Cylindrical-coordinate representation of color #056B21: hue angle of 136.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B21 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 33 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.58 |
| HSL | 136.47º | 0.91% | 0.22% | - |
| HSV(B) | 136.47º | 0.95% | 0.42% | - |
| XYZ | 5.59 | 10.66 | 3.2 | - |
| YUV | 68.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 33 | 0.95 | 0 | 0.69 | 0.58 | 136.47 | 0.91 | 0.22 |
| Hex | 5 | 6B | 21 | 5F | 0 | 45 | 3A | 88 | 5B | 16 |
| Octal | 5 | 153 | 41 | 137 | 0 | 105 | 72 | 210 | 133 | 26 |
| Binary | 101 | 1101011 | 100001 | 1011111 | 0 | 1000101 | 111010 | 10001000 | 1011011 | 10110 |
Color Harmonies of #056B21
Complementary color
Monochromatic Colors of #056B21
Black with #056B21
Text Example
Text Example
White with #056B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B21; }
p { color: rgb(5,107,33); }
H1.HeaderClassName
{
color: #056B21;
}
.AnyTagClassName
{
color: #056B21;
}
</style>
background-color css
<style>
a { background-color: #056B21; }
a { background-color: rgb(5,107,33); }
div.DivClassName
{
background-color: #056B21;
}
.BgClassName
{
background-color: #056B21;
}
</style>
border-color css
<style>
span { border-color: #056B21; }
span { border-color: rgb(5,107,33); }
td.TdClassName
{
border-color: #056B21;
}
.TagClassName
{
border-color: #056B21;
}
</style>