Shades of Crusoe #055B1C
Tints of Crusoe #055B1C
RGB
CMYK
RGB Variations
Color information
#055B1C (or 0x055B1C) is known color: Crusoe. HEX triplet: 05, 5B and 1C. RGB value is (5,91,28). Sum of RGB (Red+Green+Blue) = 5+91+28=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 91 (35.94% from 255 or 73.39% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 91 - color contains mainly: green. Hex color #055B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B1C is #FAA4E3. Grayscale: #3A3A3A. Windows color (decimal): -16426212 or 1858309. OLE color: 1858309.
HSL color Cylindrical-coordinate representation of color #055B1C: hue angle of 136.05º 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 #055B1C is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 28 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.64 |
| HSL | 136.05º | 0.9% | 0.19% | - |
| HSV(B) | 136.05º | 0.95% | 0.36% | - |
| XYZ | 4.01 | 7.6 | 2.35 | - |
| YUV | 58.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 28 | 0.95 | 0 | 0.69 | 0.64 | 136.05 | 0.9 | 0.19 |
| Hex | 5 | 5B | 1C | 5F | 0 | 45 | 40 | 88 | 5A | 13 |
| Octal | 5 | 133 | 34 | 137 | 0 | 105 | 100 | 210 | 132 | 23 |
| Binary | 101 | 1011011 | 11100 | 1011111 | 0 | 1000101 | 1000000 | 10001000 | 1011010 | 10011 |
Color Harmonies of #055B1C
Complementary color
Monochromatic Colors of #055B1C
Black with #055B1C
Text Example
Text Example
White with #055B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B1C; }
p { color: rgb(5,91,28); }
H1.HeaderClassName
{
color: #055B1C;
}
.AnyTagClassName
{
color: #055B1C;
}
</style>
background-color css
<style>
a { background-color: #055B1C; }
a { background-color: rgb(5,91,28); }
div.DivClassName
{
background-color: #055B1C;
}
.BgClassName
{
background-color: #055B1C;
}
</style>
border-color css
<style>
span { border-color: #055B1C; }
span { border-color: rgb(5,91,28); }
td.TdClassName
{
border-color: #055B1C;
}
.TagClassName
{
border-color: #055B1C;
}
</style>