Shades of Crusoe #055A1A
Tints of Crusoe #055A1A
RGB
CMYK
RGB Variations
Color information
#055A1A (or 0x055A1A) is known color: Crusoe. HEX triplet: 05, 5A and 1A. RGB value is (5,90,26). Sum of RGB (Red+Green+Blue) = 5+90+26=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1A is #FAA5E5. Grayscale: #393939. Windows color (decimal): -16426470 or 1726981. OLE color: 1726981.
HSL color Cylindrical-coordinate representation of color #055A1A: hue angle of 134.82º 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 #055A1A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 26 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.65 |
| HSL | 134.82º | 0.89% | 0.19% | - |
| HSV(B) | 134.82º | 0.94% | 0.35% | - |
| XYZ | 3.91 | 7.42 | 2.2 | - |
| YUV | 57.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 26 | 0.94 | 0 | 0.71 | 0.65 | 134.82 | 0.89 | 0.19 |
| Hex | 5 | 5A | 1A | 5E | 0 | 47 | 41 | 87 | 59 | 13 |
| Octal | 5 | 132 | 32 | 136 | 0 | 107 | 101 | 207 | 131 | 23 |
| Binary | 101 | 1011010 | 11010 | 1011110 | 0 | 1000111 | 1000001 | 10000111 | 1011001 | 10011 |
Color Harmonies of #055A1A
Complementary color
Monochromatic Colors of #055A1A
Black with #055A1A
Text Example
Text Example
White with #055A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A1A; }
p { color: rgb(5,90,26); }
H1.HeaderClassName
{
color: #055A1A;
}
.AnyTagClassName
{
color: #055A1A;
}
</style>
background-color css
<style>
a { background-color: #055A1A; }
a { background-color: rgb(5,90,26); }
div.DivClassName
{
background-color: #055A1A;
}
.BgClassName
{
background-color: #055A1A;
}
</style>
border-color css
<style>
span { border-color: #055A1A; }
span { border-color: rgb(5,90,26); }
td.TdClassName
{
border-color: #055A1A;
}
.TagClassName
{
border-color: #055A1A;
}
</style>