Shades of Crusoe #055D1A
Tints of Crusoe #055D1A
RGB
CMYK
RGB Variations
Color information
#055D1A (or 0x055D1A) is known color: Crusoe. HEX triplet: 05, 5D and 1A. RGB value is (5,93,26). Sum of RGB (Red+Green+Blue) = 5+93+26=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #055D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D1A is #FAA2E5. Grayscale: #3B3B3B. Windows color (decimal): -16425702 or 1727749. OLE color: 1727749.
HSL color Cylindrical-coordinate representation of color #055D1A: hue angle of 134.32º 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 #055D1A is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 26 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.64 |
| HSL | 134.32º | 0.9% | 0.19% | - |
| HSV(B) | 134.32º | 0.95% | 0.36% | - |
| XYZ | 4.16 | 7.94 | 2.29 | - |
| YUV | 59.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 26 | 0.95 | 0 | 0.72 | 0.64 | 134.32 | 0.9 | 0.19 |
| Hex | 5 | 5D | 1A | 5F | 0 | 48 | 40 | 86 | 5A | 13 |
| Octal | 5 | 135 | 32 | 137 | 0 | 110 | 100 | 206 | 132 | 23 |
| Binary | 101 | 1011101 | 11010 | 1011111 | 0 | 1001000 | 1000000 | 10000110 | 1011010 | 10011 |
Color Harmonies of #055D1A
Complementary color
Monochromatic Colors of #055D1A
Black with #055D1A
Text Example
Text Example
White with #055D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D1A; }
p { color: rgb(5,93,26); }
H1.HeaderClassName
{
color: #055D1A;
}
.AnyTagClassName
{
color: #055D1A;
}
</style>
background-color css
<style>
a { background-color: #055D1A; }
a { background-color: rgb(5,93,26); }
div.DivClassName
{
background-color: #055D1A;
}
.BgClassName
{
background-color: #055D1A;
}
</style>
border-color css
<style>
span { border-color: #055D1A; }
span { border-color: rgb(5,93,26); }
td.TdClassName
{
border-color: #055D1A;
}
.TagClassName
{
border-color: #055D1A;
}
</style>