Shades of Crusoe #055B18
Tints of Crusoe #055B18
RGB
CMYK
RGB Variations
Color information
#055B18 (or 0x055B18) is known color: Crusoe. HEX triplet: 05, 5B and 18. RGB value is (5,91,24). Sum of RGB (Red+Green+Blue) = 5+91+24=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #055B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B18 is #FAA4E7. Grayscale: #393939. Windows color (decimal): -16426216 or 1596165. OLE color: 1596165.
HSL color Cylindrical-coordinate representation of color #055B18: hue angle of 133.26º 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 #055B18 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 24 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.64 |
| HSL | 133.26º | 0.9% | 0.19% | - |
| HSV(B) | 133.26º | 0.95% | 0.36% | - |
| XYZ | 3.97 | 7.58 | 2.12 | - |
| YUV | 57.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 24 | 0.95 | 0 | 0.74 | 0.64 | 133.26 | 0.9 | 0.19 |
| Hex | 5 | 5B | 18 | 5F | 0 | 4A | 40 | 85 | 5A | 13 |
| Octal | 5 | 133 | 30 | 137 | 0 | 112 | 100 | 205 | 132 | 23 |
| Binary | 101 | 1011011 | 11000 | 1011111 | 0 | 1001010 | 1000000 | 10000101 | 1011010 | 10011 |
Color Harmonies of #055B18
Complementary color
Monochromatic Colors of #055B18
Black with #055B18
Text Example
Text Example
White with #055B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B18; }
p { color: rgb(5,91,24); }
H1.HeaderClassName
{
color: #055B18;
}
.AnyTagClassName
{
color: #055B18;
}
</style>
background-color css
<style>
a { background-color: #055B18; }
a { background-color: rgb(5,91,24); }
div.DivClassName
{
background-color: #055B18;
}
.BgClassName
{
background-color: #055B18;
}
</style>
border-color css
<style>
span { border-color: #055B18; }
span { border-color: rgb(5,91,24); }
td.TdClassName
{
border-color: #055B18;
}
.TagClassName
{
border-color: #055B18;
}
</style>