Shades of Crusoe #055215
Tints of Crusoe #055215
RGB
CMYK
RGB Variations
Color information
#055215 (or 0x055215) is known color: Crusoe. HEX triplet: 05, 52 and 15. RGB value is (5,82,21). Sum of RGB (Red+Green+Blue) = 5+82+21=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #055215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055215 is #FAADEA. Grayscale: #343434. Windows color (decimal): -16428523 or 1397253. OLE color: 1397253.
HSL color Cylindrical-coordinate representation of color #055215: hue angle of 132.47º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055215 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 21 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.68 |
| HSL | 132.47º | 0.89% | 0.17% | - |
| HSV(B) | 132.47º | 0.94% | 0.32% | - |
| XYZ | 3.22 | 6.12 | 1.72 | - |
| YUV | 52.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 21 | 0.94 | 0 | 0.74 | 0.68 | 132.47 | 0.89 | 0.17 |
| Hex | 5 | 52 | 15 | 5E | 0 | 4A | 44 | 84 | 59 | 11 |
| Octal | 5 | 122 | 25 | 136 | 0 | 112 | 104 | 204 | 131 | 21 |
| Binary | 101 | 1010010 | 10101 | 1011110 | 0 | 1001010 | 1000100 | 10000100 | 1011001 | 10001 |
Color Harmonies of #055215
Complementary color
Monochromatic Colors of #055215
Black with #055215
Text Example
Text Example
White with #055215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055215; }
p { color: rgb(5,82,21); }
H1.HeaderClassName
{
color: #055215;
}
.AnyTagClassName
{
color: #055215;
}
</style>
background-color css
<style>
a { background-color: #055215; }
a { background-color: rgb(5,82,21); }
div.DivClassName
{
background-color: #055215;
}
.BgClassName
{
background-color: #055215;
}
</style>
border-color css
<style>
span { border-color: #055215; }
span { border-color: rgb(5,82,21); }
td.TdClassName
{
border-color: #055215;
}
.TagClassName
{
border-color: #055215;
}
</style>