Shades of Crusoe #055912
Tints of Crusoe #055912
RGB
CMYK
RGB Variations
Color information
#055912 (or 0x055912) is known color: Crusoe. HEX triplet: 05, 59 and 12. RGB value is (5,89,18). Sum of RGB (Red+Green+Blue) = 5+89+18=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 89 (35.16% from 255 or 79.46% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 89 - color contains mainly: green. Hex color #055912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055912 is #FAA6ED. Grayscale: #373737. Windows color (decimal): -16426734 or 1202437. OLE color: 1202437.
HSL color Cylindrical-coordinate representation of color #055912: hue angle of 129.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055912 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 18 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.65 |
| HSL | 129.29º | 0.89% | 0.18% | - |
| HSV(B) | 129.29º | 0.94% | 0.35% | - |
| XYZ | 3.74 | 7.22 | 1.77 | - |
| YUV | 55.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 18 | 0.94 | 0 | 0.80 | 0.65 | 129.29 | 0.89 | 0.18 |
| Hex | 5 | 59 | 12 | 5E | 0 | 50 | 41 | 81 | 59 | 12 |
| Octal | 5 | 131 | 22 | 136 | 0 | 120 | 101 | 201 | 131 | 22 |
| Binary | 101 | 1011001 | 10010 | 1011110 | 0 | 1010000 | 1000001 | 10000001 | 1011001 | 10010 |
Color Harmonies of #055912
Complementary color
Monochromatic Colors of #055912
Black with #055912
Text Example
Text Example
White with #055912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055912; }
p { color: rgb(5,89,18); }
H1.HeaderClassName
{
color: #055912;
}
.AnyTagClassName
{
color: #055912;
}
</style>
background-color css
<style>
a { background-color: #055912; }
a { background-color: rgb(5,89,18); }
div.DivClassName
{
background-color: #055912;
}
.BgClassName
{
background-color: #055912;
}
</style>
border-color css
<style>
span { border-color: #055912; }
span { border-color: rgb(5,89,18); }
td.TdClassName
{
border-color: #055912;
}
.TagClassName
{
border-color: #055912;
}
</style>