Shades of Crusoe #055B1D
Tints of Crusoe #055B1D
RGB
CMYK
RGB Variations
Color information
#055B1D (or 0x055B1D) is known color: Crusoe. HEX triplet: 05, 5B and 1D. RGB value is (5,91,29). Sum of RGB (Red+Green+Blue) = 5+91+29=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #055B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B1D is #FAA4E2. Grayscale: #3A3A3A. Windows color (decimal): -16426211 or 1923845. OLE color: 1923845.
HSL color Cylindrical-coordinate representation of color #055B1D: hue angle of 136.74º 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 #055B1D is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 29 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.64 |
| HSL | 136.74º | 0.9% | 0.19% | - |
| HSV(B) | 136.74º | 0.95% | 0.36% | - |
| XYZ | 4.03 | 7.6 | 2.42 | - |
| YUV | 58.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 29 | 0.95 | 0 | 0.68 | 0.64 | 136.74 | 0.9 | 0.19 |
| Hex | 5 | 5B | 1D | 5F | 0 | 44 | 40 | 89 | 5A | 13 |
| Octal | 5 | 133 | 35 | 137 | 0 | 104 | 100 | 211 | 132 | 23 |
| Binary | 101 | 1011011 | 11101 | 1011111 | 0 | 1000100 | 1000000 | 10001001 | 1011010 | 10011 |
Color Harmonies of #055B1D
Complementary color
Monochromatic Colors of #055B1D
Black with #055B1D
Text Example
Text Example
White with #055B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B1D; }
p { color: rgb(5,91,29); }
H1.HeaderClassName
{
color: #055B1D;
}
.AnyTagClassName
{
color: #055B1D;
}
</style>
background-color css
<style>
a { background-color: #055B1D; }
a { background-color: rgb(5,91,29); }
div.DivClassName
{
background-color: #055B1D;
}
.BgClassName
{
background-color: #055B1D;
}
</style>
border-color css
<style>
span { border-color: #055B1D; }
span { border-color: rgb(5,91,29); }
td.TdClassName
{
border-color: #055B1D;
}
.TagClassName
{
border-color: #055B1D;
}
</style>