Shades of Crusoe #05581A
Tints of Crusoe #05581A
RGB
CMYK
RGB Variations
Color information
#05581A (or 0x05581A) is known color: Crusoe. HEX triplet: 05, 58 and 1A. RGB value is (5,88,26). Sum of RGB (Red+Green+Blue) = 5+88+26=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #05581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05581A is #FAA7E5. Grayscale: #383838. Windows color (decimal): -16426982 or 1726469. OLE color: 1726469.
HSL color Cylindrical-coordinate representation of color #05581A: hue angle of 135.18º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05581A is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 26 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.65 |
| HSL | 135.18º | 0.89% | 0.18% | - |
| HSV(B) | 135.18º | 0.94% | 0.35% | - |
| XYZ | 3.74 | 7.09 | 2.15 | - |
| YUV | 56.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 26 | 0.94 | 0 | 0.70 | 0.65 | 135.18 | 0.89 | 0.18 |
| Hex | 5 | 58 | 1A | 5E | 0 | 46 | 41 | 87 | 59 | 12 |
| Octal | 5 | 130 | 32 | 136 | 0 | 106 | 101 | 207 | 131 | 22 |
| Binary | 101 | 1011000 | 11010 | 1011110 | 0 | 1000110 | 1000001 | 10000111 | 1011001 | 10010 |
Color Harmonies of #05581A
Complementary color
Monochromatic Colors of #05581A
Black with #05581A
Text Example
Text Example
White with #05581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05581A; }
p { color: rgb(5,88,26); }
H1.HeaderClassName
{
color: #05581A;
}
.AnyTagClassName
{
color: #05581A;
}
</style>
background-color css
<style>
a { background-color: #05581A; }
a { background-color: rgb(5,88,26); }
div.DivClassName
{
background-color: #05581A;
}
.BgClassName
{
background-color: #05581A;
}
</style>
border-color css
<style>
span { border-color: #05581A; }
span { border-color: rgb(5,88,26); }
td.TdClassName
{
border-color: #05581A;
}
.TagClassName
{
border-color: #05581A;
}
</style>