Shades of Crusoe #05591C
Tints of Crusoe #05591C
RGB
CMYK
RGB Variations
Color information
#05591C (or 0x05591C) is known color: Crusoe. HEX triplet: 05, 59 and 1C. RGB value is (5,89,28). Sum of RGB (Red+Green+Blue) = 5+89+28=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 89 (35.16% from 255 or 72.95% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 89 - color contains mainly: green. Hex color #05591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05591C is #FAA6E3. Grayscale: #393939. Windows color (decimal): -16426724 or 1857797. OLE color: 1857797.
HSL color Cylindrical-coordinate representation of color #05591C: hue angle of 136.43º 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 #05591C is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 28 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.65 |
| HSL | 136.43º | 0.89% | 0.18% | - |
| HSV(B) | 136.43º | 0.94% | 0.35% | - |
| XYZ | 3.84 | 7.26 | 2.3 | - |
| YUV | 56.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 28 | 0.94 | 0 | 0.69 | 0.65 | 136.43 | 0.89 | 0.18 |
| Hex | 5 | 59 | 1C | 5E | 0 | 45 | 41 | 88 | 59 | 12 |
| Octal | 5 | 131 | 34 | 136 | 0 | 105 | 101 | 210 | 131 | 22 |
| Binary | 101 | 1011001 | 11100 | 1011110 | 0 | 1000101 | 1000001 | 10001000 | 1011001 | 10010 |
Color Harmonies of #05591C
Complementary color
Monochromatic Colors of #05591C
Black with #05591C
Text Example
Text Example
White with #05591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05591C; }
p { color: rgb(5,89,28); }
H1.HeaderClassName
{
color: #05591C;
}
.AnyTagClassName
{
color: #05591C;
}
</style>
background-color css
<style>
a { background-color: #05591C; }
a { background-color: rgb(5,89,28); }
div.DivClassName
{
background-color: #05591C;
}
.BgClassName
{
background-color: #05591C;
}
</style>
border-color css
<style>
span { border-color: #05591C; }
span { border-color: rgb(5,89,28); }
td.TdClassName
{
border-color: #05591C;
}
.TagClassName
{
border-color: #05591C;
}
</style>