Shades of Crusoe #055320
Tints of Crusoe #055320
RGB
CMYK
RGB Variations
Color information
#055320 (or 0x055320) is known color: Crusoe. HEX triplet: 05, 53 and 20. RGB value is (5,83,32). Sum of RGB (Red+Green+Blue) = 5+83+32=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #055320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055320 is #FAACDF. Grayscale: #353535. Windows color (decimal): -16428256 or 2118405. OLE color: 2118405.
HSL color Cylindrical-coordinate representation of color #055320: hue angle of 140.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055320 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 32 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.67 |
| HSL | 140.77º | 0.89% | 0.17% | - |
| HSV(B) | 140.77º | 0.94% | 0.33% | - |
| XYZ | 3.42 | 6.32 | 2.41 | - |
| YUV | 53.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 32 | 0.94 | 0 | 0.61 | 0.67 | 140.77 | 0.89 | 0.17 |
| Hex | 5 | 53 | 20 | 5E | 0 | 3D | 43 | 8D | 59 | 11 |
| Octal | 5 | 123 | 40 | 136 | 0 | 75 | 103 | 215 | 131 | 21 |
| Binary | 101 | 1010011 | 100000 | 1011110 | 0 | 111101 | 1000011 | 10001101 | 1011001 | 10001 |
Color Harmonies of #055320
Complementary color
Monochromatic Colors of #055320
Black with #055320
Text Example
Text Example
White with #055320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055320; }
p { color: rgb(5,83,32); }
H1.HeaderClassName
{
color: #055320;
}
.AnyTagClassName
{
color: #055320;
}
</style>
background-color css
<style>
a { background-color: #055320; }
a { background-color: rgb(5,83,32); }
div.DivClassName
{
background-color: #055320;
}
.BgClassName
{
background-color: #055320;
}
</style>
border-color css
<style>
span { border-color: #055320; }
span { border-color: rgb(5,83,32); }
td.TdClassName
{
border-color: #055320;
}
.TagClassName
{
border-color: #055320;
}
</style>