Shades of Crusoe #055C16
Tints of Crusoe #055C16
RGB
CMYK
RGB Variations
Color information
#055C16 (or 0x055C16) is known color: Crusoe. HEX triplet: 05, 5C and 16. RGB value is (5,92,22). Sum of RGB (Red+Green+Blue) = 5+92+22=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 92 (36.33% from 255 or 77.31% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 92 - color contains mainly: green. Hex color #055C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C16 is #FAA3E9. Grayscale: #3A3A3A. Windows color (decimal): -16425962 or 1465349. OLE color: 1465349.
HSL color Cylindrical-coordinate representation of color #055C16: hue angle of 131.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C16 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 22 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.64 |
| HSL | 131.72º | 0.9% | 0.19% | - |
| HSV(B) | 131.72º | 0.95% | 0.36% | - |
| XYZ | 4.03 | 7.74 | 2.04 | - |
| YUV | 58.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 22 | 0.95 | 0 | 0.76 | 0.64 | 131.72 | 0.9 | 0.19 |
| Hex | 5 | 5C | 16 | 5F | 0 | 4C | 40 | 84 | 5A | 13 |
| Octal | 5 | 134 | 26 | 137 | 0 | 114 | 100 | 204 | 132 | 23 |
| Binary | 101 | 1011100 | 10110 | 1011111 | 0 | 1001100 | 1000000 | 10000100 | 1011010 | 10011 |
Color Harmonies of #055C16
Complementary color
Monochromatic Colors of #055C16
Black with #055C16
Text Example
Text Example
White with #055C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C16; }
p { color: rgb(5,92,22); }
H1.HeaderClassName
{
color: #055C16;
}
.AnyTagClassName
{
color: #055C16;
}
</style>
background-color css
<style>
a { background-color: #055C16; }
a { background-color: rgb(5,92,22); }
div.DivClassName
{
background-color: #055C16;
}
.BgClassName
{
background-color: #055C16;
}
</style>
border-color css
<style>
span { border-color: #055C16; }
span { border-color: rgb(5,92,22); }
td.TdClassName
{
border-color: #055C16;
}
.TagClassName
{
border-color: #055C16;
}
</style>