Shades of Crusoe #05591E
Tints of Crusoe #05591E
RGB
CMYK
RGB Variations
Color information
#05591E (or 0x05591E) is known color: Crusoe. HEX triplet: 05, 59 and 1E. RGB value is (5,89,30). Sum of RGB (Red+Green+Blue) = 5+89+30=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #05591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05591E is #FAA6E1. Grayscale: #393939. Windows color (decimal): -16426722 or 1988869. OLE color: 1988869.
HSL color Cylindrical-coordinate representation of color #05591E: hue angle of 137.86º 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 #05591E is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 30 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.65 |
| HSL | 137.86º | 0.89% | 0.18% | - |
| HSV(B) | 137.86º | 0.94% | 0.35% | - |
| XYZ | 3.87 | 7.27 | 2.43 | - |
| YUV | 57.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 30 | 0.94 | 0 | 0.66 | 0.65 | 137.86 | 0.89 | 0.18 |
| Hex | 5 | 59 | 1E | 5E | 0 | 42 | 41 | 8A | 59 | 12 |
| Octal | 5 | 131 | 36 | 136 | 0 | 102 | 101 | 212 | 131 | 22 |
| Binary | 101 | 1011001 | 11110 | 1011110 | 0 | 1000010 | 1000001 | 10001010 | 1011001 | 10010 |
Color Harmonies of #05591E
Complementary color
Monochromatic Colors of #05591E
Black with #05591E
Text Example
Text Example
White with #05591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05591E; }
p { color: rgb(5,89,30); }
H1.HeaderClassName
{
color: #05591E;
}
.AnyTagClassName
{
color: #05591E;
}
</style>
background-color css
<style>
a { background-color: #05591E; }
a { background-color: rgb(5,89,30); }
div.DivClassName
{
background-color: #05591E;
}
.BgClassName
{
background-color: #05591E;
}
</style>
border-color css
<style>
span { border-color: #05591E; }
span { border-color: rgb(5,89,30); }
td.TdClassName
{
border-color: #05591E;
}
.TagClassName
{
border-color: #05591E;
}
</style>