Shades of Crusoe #05571C
Tints of Crusoe #05571C
RGB
CMYK
RGB Variations
Color information
#05571C (or 0x05571C) is known color: Crusoe. HEX triplet: 05, 57 and 1C. RGB value is (5,87,28). Sum of RGB (Red+Green+Blue) = 5+87+28=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #05571C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05571C is #FAA8E3. Grayscale: #373737. Windows color (decimal): -16427236 or 1857285. OLE color: 1857285.
HSL color Cylindrical-coordinate representation of color #05571C: hue angle of 136.83º 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 #05571C is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 28 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.66 |
| HSL | 136.83º | 0.89% | 0.18% | - |
| HSV(B) | 136.83º | 0.94% | 0.34% | - |
| XYZ | 3.68 | 6.93 | 2.24 | - |
| YUV | 55.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 28 | 0.94 | 0 | 0.68 | 0.66 | 136.83 | 0.89 | 0.18 |
| Hex | 5 | 57 | 1C | 5E | 0 | 44 | 42 | 89 | 59 | 12 |
| Octal | 5 | 127 | 34 | 136 | 0 | 104 | 102 | 211 | 131 | 22 |
| Binary | 101 | 1010111 | 11100 | 1011110 | 0 | 1000100 | 1000010 | 10001001 | 1011001 | 10010 |
Color Harmonies of #05571C
Complementary color
Monochromatic Colors of #05571C
Black with #05571C
Text Example
Text Example
White with #05571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05571C; }
p { color: rgb(5,87,28); }
H1.HeaderClassName
{
color: #05571C;
}
.AnyTagClassName
{
color: #05571C;
}
</style>
background-color css
<style>
a { background-color: #05571C; }
a { background-color: rgb(5,87,28); }
div.DivClassName
{
background-color: #05571C;
}
.BgClassName
{
background-color: #05571C;
}
</style>
border-color css
<style>
span { border-color: #05571C; }
span { border-color: rgb(5,87,28); }
td.TdClassName
{
border-color: #05571C;
}
.TagClassName
{
border-color: #05571C;
}
</style>