Shades of Crusoe #055716
Tints of Crusoe #055716
RGB
CMYK
RGB Variations
Color information
#055716 (or 0x055716) is known color: Crusoe. HEX triplet: 05, 57 and 16. RGB value is (5,87,22). Sum of RGB (Red+Green+Blue) = 5+87+22=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 87 (34.38% from 255 or 76.32% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 87 - color contains mainly: green. Hex color #055716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055716 is #FAA8E9. Grayscale: #373737. Windows color (decimal): -16427242 or 1464069. OLE color: 1464069.
HSL color Cylindrical-coordinate representation of color #055716: hue angle of 132.44º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055716 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 22 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.66 |
| HSL | 132.44º | 0.89% | 0.18% | - |
| HSV(B) | 132.44º | 0.94% | 0.34% | - |
| XYZ | 3.62 | 6.91 | 1.9 | - |
| YUV | 55.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 22 | 0.94 | 0 | 0.75 | 0.66 | 132.44 | 0.89 | 0.18 |
| Hex | 5 | 57 | 16 | 5E | 0 | 4B | 42 | 84 | 59 | 12 |
| Octal | 5 | 127 | 26 | 136 | 0 | 113 | 102 | 204 | 131 | 22 |
| Binary | 101 | 1010111 | 10110 | 1011110 | 0 | 1001011 | 1000010 | 10000100 | 1011001 | 10010 |
Color Harmonies of #055716
Complementary color
Monochromatic Colors of #055716
Black with #055716
Text Example
Text Example
White with #055716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055716; }
p { color: rgb(5,87,22); }
H1.HeaderClassName
{
color: #055716;
}
.AnyTagClassName
{
color: #055716;
}
</style>
background-color css
<style>
a { background-color: #055716; }
a { background-color: rgb(5,87,22); }
div.DivClassName
{
background-color: #055716;
}
.BgClassName
{
background-color: #055716;
}
</style>
border-color css
<style>
span { border-color: #055716; }
span { border-color: rgb(5,87,22); }
td.TdClassName
{
border-color: #055716;
}
.TagClassName
{
border-color: #055716;
}
</style>