Shades of Crusoe #056219
Tints of Crusoe #056219
RGB
CMYK
RGB Variations
Color information
#056219 (or 0x056219) is known color: Crusoe. HEX triplet: 05, 62 and 19. RGB value is (5,98,25). Sum of RGB (Red+Green+Blue) = 5+98+25=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #056219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056219 is #FA9DE6. Grayscale: #3E3E3E. Windows color (decimal): -16424423 or 1663493. OLE color: 1663493.
HSL color Cylindrical-coordinate representation of color #056219: hue angle of 132.9º 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 #056219 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 25 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.62 |
| HSL | 132.9º | 0.9% | 0.2% | - |
| HSV(B) | 132.9º | 0.95% | 0.38% | - |
| XYZ | 4.61 | 8.84 | 2.38 | - |
| YUV | 61.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 25 | 0.95 | 0 | 0.74 | 0.62 | 132.9 | 0.9 | 0.2 |
| Hex | 5 | 62 | 19 | 5F | 0 | 4A | 3E | 85 | 5A | 14 |
| Octal | 5 | 142 | 31 | 137 | 0 | 112 | 76 | 205 | 132 | 24 |
| Binary | 101 | 1100010 | 11001 | 1011111 | 0 | 1001010 | 111110 | 10000101 | 1011010 | 10100 |
Color Harmonies of #056219
Complementary color
Monochromatic Colors of #056219
Black with #056219
Text Example
Text Example
White with #056219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056219; }
p { color: rgb(5,98,25); }
H1.HeaderClassName
{
color: #056219;
}
.AnyTagClassName
{
color: #056219;
}
</style>
background-color css
<style>
a { background-color: #056219; }
a { background-color: rgb(5,98,25); }
div.DivClassName
{
background-color: #056219;
}
.BgClassName
{
background-color: #056219;
}
</style>
border-color css
<style>
span { border-color: #056219; }
span { border-color: rgb(5,98,25); }
td.TdClassName
{
border-color: #056219;
}
.TagClassName
{
border-color: #056219;
}
</style>