Shades of Crusoe #056517
Tints of Crusoe #056517
RGB
CMYK
RGB Variations
Color information
#056517 (or 0x056517) is known color: Crusoe. HEX triplet: 05, 65 and 17. RGB value is (5,101,23). Sum of RGB (Red+Green+Blue) = 5+101+23=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #056517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056517 is #FA9AE8. Grayscale: #3F3F3F. Windows color (decimal): -16423657 or 1533189. OLE color: 1533189.
HSL color Cylindrical-coordinate representation of color #056517: hue angle of 131.25º 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 #056517 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 23 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.60 |
| HSL | 131.25º | 0.91% | 0.21% | - |
| HSV(B) | 131.25º | 0.95% | 0.4% | - |
| XYZ | 4.87 | 9.4 | 2.37 | - |
| YUV | 63.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 23 | 0.95 | 0 | 0.77 | 0.60 | 131.25 | 0.91 | 0.21 |
| Hex | 5 | 65 | 17 | 5F | 0 | 4D | 3C | 83 | 5B | 15 |
| Octal | 5 | 145 | 27 | 137 | 0 | 115 | 74 | 203 | 133 | 25 |
| Binary | 101 | 1100101 | 10111 | 1011111 | 0 | 1001101 | 111100 | 10000011 | 1011011 | 10101 |
Color Harmonies of #056517
Complementary color
Monochromatic Colors of #056517
Black with #056517
Text Example
Text Example
White with #056517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056517; }
p { color: rgb(5,101,23); }
H1.HeaderClassName
{
color: #056517;
}
.AnyTagClassName
{
color: #056517;
}
</style>
background-color css
<style>
a { background-color: #056517; }
a { background-color: rgb(5,101,23); }
div.DivClassName
{
background-color: #056517;
}
.BgClassName
{
background-color: #056517;
}
</style>
border-color css
<style>
span { border-color: #056517; }
span { border-color: rgb(5,101,23); }
td.TdClassName
{
border-color: #056517;
}
.TagClassName
{
border-color: #056517;
}
</style>