Shades of Crusoe #005B21
Tints of Crusoe #005B21
RGB
CMYK
RGB Variations
Color information
#005B21 (or 0x005B21) is known color: Crusoe. HEX triplet: 00, 5B and 21. RGB value is (0,91,33). Sum of RGB (Red+Green+Blue) = 0+91+33=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 91 (35.94% from 255 or 73.39% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 91 - color contains mainly: green. Hex color #005B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B21 is #FFA4DE. Grayscale: #393939. Windows color (decimal): -16753887 or 2185984. OLE color: 2185984.
HSL color Cylindrical-coordinate representation of color #005B21: hue angle of 141.76º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B21 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 33 | - |
| CMYK | 1 | 0 | 0.64 | 0.64 |
| HSL | 141.76º | 1% | 0.18% | - |
| HSV(B) | 141.76º | 1% | 0.36% | - |
| XYZ | 4.02 | 7.59 | 2.69 | - |
| YUV | 57.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 33 | 1 | 0 | 0.64 | 0.64 | 141.76 | 1 | 0.18 |
| Hex | 0 | 5B | 21 | 64 | 0 | 40 | 40 | 8E | 64 | 12 |
| Octal | 0 | 133 | 41 | 144 | 0 | 100 | 100 | 216 | 144 | 22 |
| Binary | 0 | 1011011 | 100001 | 1100100 | 0 | 1000000 | 1000000 | 10001110 | 1100100 | 10010 |
Color Harmonies of #005B21
Complementary color
Monochromatic Colors of #005B21
Black with #005B21
Text Example
Text Example
White with #005B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B21; }
p { color: rgb(0,91,33); }
H1.HeaderClassName
{
color: #005B21;
}
.AnyTagClassName
{
color: #005B21;
}
</style>
background-color css
<style>
a { background-color: #005B21; }
a { background-color: rgb(0,91,33); }
div.DivClassName
{
background-color: #005B21;
}
.BgClassName
{
background-color: #005B21;
}
</style>
border-color css
<style>
span { border-color: #005B21; }
span { border-color: rgb(0,91,33); }
td.TdClassName
{
border-color: #005B21;
}
.TagClassName
{
border-color: #005B21;
}
</style>