Shades of Crusoe #055A1B
Tints of Crusoe #055A1B
RGB
CMYK
RGB Variations
Color information
#055A1B (or 0x055A1B) is known color: Crusoe. HEX triplet: 05, 5A and 1B. RGB value is (5,90,27). Sum of RGB (Red+Green+Blue) = 5+90+27=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1B is #FAA5E4. Grayscale: #393939. Windows color (decimal): -16426469 or 1792517. OLE color: 1792517.
HSL color Cylindrical-coordinate representation of color #055A1B: hue angle of 135.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A1B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 27 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.65 |
| HSL | 135.53º | 0.89% | 0.19% | - |
| HSV(B) | 135.53º | 0.94% | 0.35% | - |
| XYZ | 3.92 | 7.42 | 2.26 | - |
| YUV | 57.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 27 | 0.94 | 0 | 0.70 | 0.65 | 135.53 | 0.89 | 0.19 |
| Hex | 5 | 5A | 1B | 5E | 0 | 46 | 41 | 88 | 59 | 13 |
| Octal | 5 | 132 | 33 | 136 | 0 | 106 | 101 | 210 | 131 | 23 |
| Binary | 101 | 1011010 | 11011 | 1011110 | 0 | 1000110 | 1000001 | 10001000 | 1011001 | 10011 |
Color Harmonies of #055A1B
Complementary color
Monochromatic Colors of #055A1B
Black with #055A1B
Text Example
Text Example
White with #055A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A1B; }
p { color: rgb(5,90,27); }
H1.HeaderClassName
{
color: #055A1B;
}
.AnyTagClassName
{
color: #055A1B;
}
</style>
background-color css
<style>
a { background-color: #055A1B; }
a { background-color: rgb(5,90,27); }
div.DivClassName
{
background-color: #055A1B;
}
.BgClassName
{
background-color: #055A1B;
}
</style>
border-color css
<style>
span { border-color: #055A1B; }
span { border-color: rgb(5,90,27); }
td.TdClassName
{
border-color: #055A1B;
}
.TagClassName
{
border-color: #055A1B;
}
</style>