Shades of Crusoe #05561B
Tints of Crusoe #05561B
RGB
CMYK
RGB Variations
Color information
#05561B (or 0x05561B) is known color: Crusoe. HEX triplet: 05, 56 and 1B. RGB value is (5,86,27). Sum of RGB (Red+Green+Blue) = 5+86+27=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #05561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561B is #FAA9E4. Grayscale: #373737. Windows color (decimal): -16427493 or 1791493. OLE color: 1791493.
HSL color Cylindrical-coordinate representation of color #05561B: hue angle of 136.3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05561B is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 86 | 27 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.66 |
| HSL | 136.3º | 0.89% | 0.18% | - |
| HSV(B) | 136.3º | 0.94% | 0.34% | - |
| XYZ | 3.59 | 6.77 | 2.15 | - |
| YUV | 55.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 27 | 0.94 | 0 | 0.69 | 0.66 | 136.3 | 0.89 | 0.18 |
| Hex | 5 | 56 | 1B | 5E | 0 | 45 | 42 | 88 | 59 | 12 |
| Octal | 5 | 126 | 33 | 136 | 0 | 105 | 102 | 210 | 131 | 22 |
| Binary | 101 | 1010110 | 11011 | 1011110 | 0 | 1000101 | 1000010 | 10001000 | 1011001 | 10010 |
Color Harmonies of #05561B
Complementary color
Monochromatic Colors of #05561B
Black with #05561B
Text Example
Text Example
White with #05561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05561B; }
p { color: rgb(5,86,27); }
H1.HeaderClassName
{
color: #05561B;
}
.AnyTagClassName
{
color: #05561B;
}
</style>
background-color css
<style>
a { background-color: #05561B; }
a { background-color: rgb(5,86,27); }
div.DivClassName
{
background-color: #05561B;
}
.BgClassName
{
background-color: #05561B;
}
</style>
border-color css
<style>
span { border-color: #05561B; }
span { border-color: rgb(5,86,27); }
td.TdClassName
{
border-color: #05561B;
}
.TagClassName
{
border-color: #05561B;
}
</style>