Shades of Crusoe #005A26
Tints of Crusoe #005A26
RGB
CMYK
RGB Variations
Color information
#005A26 (or 0x005A26) is known color: Crusoe. HEX triplet: 00, 5A and 26. RGB value is (0,90,38). Sum of RGB (Red+Green+Blue) = 0+90+38=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #005A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A26 is #FFA5D9. Grayscale: #393939. Windows color (decimal): -16754138 or 2513408. OLE color: 2513408.
HSL color Cylindrical-coordinate representation of color #005A26: hue angle of 145.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A26 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 38 | - |
| CMYK | 1 | 0 | 0.58 | 0.65 |
| HSL | 145.33º | 1% | 0.18% | - |
| HSV(B) | 145.33º | 1% | 0.35% | - |
| XYZ | 4.01 | 7.45 | 3.06 | - |
| YUV | 57.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 38 | 1 | 0 | 0.58 | 0.65 | 145.33 | 1 | 0.18 |
| Hex | 0 | 5A | 26 | 64 | 0 | 3A | 41 | 91 | 64 | 12 |
| Octal | 0 | 132 | 46 | 144 | 0 | 72 | 101 | 221 | 144 | 22 |
| Binary | 0 | 1011010 | 100110 | 1100100 | 0 | 111010 | 1000001 | 10010001 | 1100100 | 10010 |
Color Harmonies of #005A26
Complementary color
Monochromatic Colors of #005A26
Black with #005A26
Text Example
Text Example
White with #005A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A26; }
p { color: rgb(0,90,38); }
H1.HeaderClassName
{
color: #005A26;
}
.AnyTagClassName
{
color: #005A26;
}
</style>
background-color css
<style>
a { background-color: #005A26; }
a { background-color: rgb(0,90,38); }
div.DivClassName
{
background-color: #005A26;
}
.BgClassName
{
background-color: #005A26;
}
</style>
border-color css
<style>
span { border-color: #005A26; }
span { border-color: rgb(0,90,38); }
td.TdClassName
{
border-color: #005A26;
}
.TagClassName
{
border-color: #005A26;
}
</style>