Shades of Crusoe #055812
Tints of Crusoe #055812
RGB
CMYK
RGB Variations
Color information
#055812 (or 0x055812) is known color: Crusoe. HEX triplet: 05, 58 and 12. RGB value is (5,88,18). Sum of RGB (Red+Green+Blue) = 5+88+18=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #055812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055812 is #FAA7ED. Grayscale: #373737. Windows color (decimal): -16426990 or 1202181. OLE color: 1202181.
HSL color Cylindrical-coordinate representation of color #055812: hue angle of 129.4º 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 #055812 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 18 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.65 |
| HSL | 129.4º | 0.89% | 0.18% | - |
| HSV(B) | 129.4º | 0.94% | 0.35% | - |
| XYZ | 3.66 | 7.06 | 1.74 | - |
| YUV | 55.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 18 | 0.94 | 0 | 0.80 | 0.65 | 129.4 | 0.89 | 0.18 |
| Hex | 5 | 58 | 12 | 5E | 0 | 50 | 41 | 81 | 59 | 12 |
| Octal | 5 | 130 | 22 | 136 | 0 | 120 | 101 | 201 | 131 | 22 |
| Binary | 101 | 1011000 | 10010 | 1011110 | 0 | 1010000 | 1000001 | 10000001 | 1011001 | 10010 |
Color Harmonies of #055812
Complementary color
Monochromatic Colors of #055812
Black with #055812
Text Example
Text Example
White with #055812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055812; }
p { color: rgb(5,88,18); }
H1.HeaderClassName
{
color: #055812;
}
.AnyTagClassName
{
color: #055812;
}
</style>
background-color css
<style>
a { background-color: #055812; }
a { background-color: rgb(5,88,18); }
div.DivClassName
{
background-color: #055812;
}
.BgClassName
{
background-color: #055812;
}
</style>
border-color css
<style>
span { border-color: #055812; }
span { border-color: rgb(5,88,18); }
td.TdClassName
{
border-color: #055812;
}
.TagClassName
{
border-color: #055812;
}
</style>