Shades of Crusoe #055E1E
Tints of Crusoe #055E1E
RGB
CMYK
RGB Variations
Color information
#055E1E (or 0x055E1E) is known color: Crusoe. HEX triplet: 05, 5E and 1E. RGB value is (5,94,30). Sum of RGB (Red+Green+Blue) = 5+94+30=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #055E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E1E is #FAA1E1. Grayscale: #3C3C3C. Windows color (decimal): -16425442 or 1990149. OLE color: 1990149.
HSL color Cylindrical-coordinate representation of color #055E1E: hue angle of 136.85º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E1E is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 30 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.63 |
| HSL | 136.85º | 0.9% | 0.19% | - |
| HSV(B) | 136.85º | 0.95% | 0.37% | - |
| XYZ | 4.3 | 8.13 | 2.57 | - |
| YUV | 60.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 30 | 0.95 | 0 | 0.68 | 0.63 | 136.85 | 0.9 | 0.19 |
| Hex | 5 | 5E | 1E | 5F | 0 | 44 | 3F | 89 | 5A | 13 |
| Octal | 5 | 136 | 36 | 137 | 0 | 104 | 77 | 211 | 132 | 23 |
| Binary | 101 | 1011110 | 11110 | 1011111 | 0 | 1000100 | 111111 | 10001001 | 1011010 | 10011 |
Color Harmonies of #055E1E
Complementary color
Monochromatic Colors of #055E1E
Black with #055E1E
Text Example
Text Example
White with #055E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E1E; }
p { color: rgb(5,94,30); }
H1.HeaderClassName
{
color: #055E1E;
}
.AnyTagClassName
{
color: #055E1E;
}
</style>
background-color css
<style>
a { background-color: #055E1E; }
a { background-color: rgb(5,94,30); }
div.DivClassName
{
background-color: #055E1E;
}
.BgClassName
{
background-color: #055E1E;
}
</style>
border-color css
<style>
span { border-color: #055E1E; }
span { border-color: rgb(5,94,30); }
td.TdClassName
{
border-color: #055E1E;
}
.TagClassName
{
border-color: #055E1E;
}
</style>