Shades of Crusoe #055D1D
Tints of Crusoe #055D1D
RGB
CMYK
RGB Variations
Color information
#055D1D (or 0x055D1D) is known color: Crusoe. HEX triplet: 05, 5D and 1D. RGB value is (5,93,29). Sum of RGB (Red+Green+Blue) = 5+93+29=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #055D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D1D is #FAA2E2. Grayscale: #3B3B3B. Windows color (decimal): -16425699 or 1924357. OLE color: 1924357.
HSL color Cylindrical-coordinate representation of color #055D1D: hue angle of 136.36º 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 #055D1D is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 29 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.64 |
| HSL | 136.36º | 0.9% | 0.19% | - |
| HSV(B) | 136.36º | 0.95% | 0.36% | - |
| XYZ | 4.2 | 7.95 | 2.48 | - |
| YUV | 59.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 29 | 0.95 | 0 | 0.69 | 0.64 | 136.36 | 0.9 | 0.19 |
| Hex | 5 | 5D | 1D | 5F | 0 | 45 | 40 | 88 | 5A | 13 |
| Octal | 5 | 135 | 35 | 137 | 0 | 105 | 100 | 210 | 132 | 23 |
| Binary | 101 | 1011101 | 11101 | 1011111 | 0 | 1000101 | 1000000 | 10001000 | 1011010 | 10011 |
Color Harmonies of #055D1D
Complementary color
Monochromatic Colors of #055D1D
Black with #055D1D
Text Example
Text Example
White with #055D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D1D; }
p { color: rgb(5,93,29); }
H1.HeaderClassName
{
color: #055D1D;
}
.AnyTagClassName
{
color: #055D1D;
}
</style>
background-color css
<style>
a { background-color: #055D1D; }
a { background-color: rgb(5,93,29); }
div.DivClassName
{
background-color: #055D1D;
}
.BgClassName
{
background-color: #055D1D;
}
</style>
border-color css
<style>
span { border-color: #055D1D; }
span { border-color: rgb(5,93,29); }
td.TdClassName
{
border-color: #055D1D;
}
.TagClassName
{
border-color: #055D1D;
}
</style>