Shades of Crusoe #055D15
Tints of Crusoe #055D15
RGB
CMYK
RGB Variations
Color information
#055D15 (or 0x055D15) is known color: Crusoe. HEX triplet: 05, 5D and 15. RGB value is (5,93,21). Sum of RGB (Red+Green+Blue) = 5+93+21=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #055D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055D15 is #FAA2EA. Grayscale: #3A3A3A. Windows color (decimal): -16425707 or 1400069. OLE color: 1400069.
HSL color Cylindrical-coordinate representation of color #055D15: hue angle of 130.91º 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 #055D15 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 21 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.64 |
| HSL | 130.91º | 0.9% | 0.19% | - |
| HSV(B) | 130.91º | 0.95% | 0.36% | - |
| XYZ | 4.11 | 7.92 | 2.02 | - |
| YUV | 58.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 21 | 0.95 | 0 | 0.77 | 0.64 | 130.91 | 0.9 | 0.19 |
| Hex | 5 | 5D | 15 | 5F | 0 | 4D | 40 | 83 | 5A | 13 |
| Octal | 5 | 135 | 25 | 137 | 0 | 115 | 100 | 203 | 132 | 23 |
| Binary | 101 | 1011101 | 10101 | 1011111 | 0 | 1001101 | 1000000 | 10000011 | 1011010 | 10011 |
Color Harmonies of #055D15
Complementary color
Monochromatic Colors of #055D15
Black with #055D15
Text Example
Text Example
White with #055D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D15; }
p { color: rgb(5,93,21); }
H1.HeaderClassName
{
color: #055D15;
}
.AnyTagClassName
{
color: #055D15;
}
</style>
background-color css
<style>
a { background-color: #055D15; }
a { background-color: rgb(5,93,21); }
div.DivClassName
{
background-color: #055D15;
}
.BgClassName
{
background-color: #055D15;
}
</style>
border-color css
<style>
span { border-color: #055D15; }
span { border-color: rgb(5,93,21); }
td.TdClassName
{
border-color: #055D15;
}
.TagClassName
{
border-color: #055D15;
}
</style>