Shades of Crusoe #055D1F
Tints of Crusoe #055D1F
RGB
CMYK
RGB Variations
Color information
#055D1F (or 0x055D1F) is known color: Crusoe. HEX triplet: 05, 5D and 1F. RGB value is (5,93,31). Sum of RGB (Red+Green+Blue) = 5+93+31=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 93 (36.72% from 255 or 72.09% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 93 - color contains mainly: green. Hex color #055D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D1F is #FAA2E0. Grayscale: #3B3B3B. Windows color (decimal): -16425697 or 2055429. OLE color: 2055429.
HSL color Cylindrical-coordinate representation of color #055D1F: hue angle of 137.73º 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 #055D1F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 31 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.64 |
| HSL | 137.73º | 0.9% | 0.19% | - |
| HSV(B) | 137.73º | 0.95% | 0.36% | - |
| XYZ | 4.22 | 7.96 | 2.61 | - |
| YUV | 59.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 31 | 0.95 | 0 | 0.67 | 0.64 | 137.73 | 0.9 | 0.19 |
| Hex | 5 | 5D | 1F | 5F | 0 | 43 | 40 | 8A | 5A | 13 |
| Octal | 5 | 135 | 37 | 137 | 0 | 103 | 100 | 212 | 132 | 23 |
| Binary | 101 | 1011101 | 11111 | 1011111 | 0 | 1000011 | 1000000 | 10001010 | 1011010 | 10011 |
Color Harmonies of #055D1F
Complementary color
Monochromatic Colors of #055D1F
Black with #055D1F
Text Example
Text Example
White with #055D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D1F; }
p { color: rgb(5,93,31); }
H1.HeaderClassName
{
color: #055D1F;
}
.AnyTagClassName
{
color: #055D1F;
}
</style>
background-color css
<style>
a { background-color: #055D1F; }
a { background-color: rgb(5,93,31); }
div.DivClassName
{
background-color: #055D1F;
}
.BgClassName
{
background-color: #055D1F;
}
</style>
border-color css
<style>
span { border-color: #055D1F; }
span { border-color: rgb(5,93,31); }
td.TdClassName
{
border-color: #055D1F;
}
.TagClassName
{
border-color: #055D1F;
}
</style>