Shades of Crusoe #105520
Tints of Crusoe #105520
RGB
CMYK
RGB Variations
Color information
#105520 (or 0x105520) is known color: Crusoe. HEX triplet: 10, 55 and 20. RGB value is (16,85,32). Sum of RGB (Red+Green+Blue) = 16+85+32=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #105520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105520 is #EFAADF. Grayscale: #3A3A3A. Windows color (decimal): -15706848 or 2118928. OLE color: 2118928.
HSL color Cylindrical-coordinate representation of color #105520: hue angle of 133.91º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105520 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 32 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.67 |
| HSL | 133.91º | 0.68% | 0.2% | - |
| HSV(B) | 133.91º | 0.81% | 0.33% | - |
| XYZ | 3.72 | 6.71 | 2.47 | - |
| YUV | 58.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 32 | 0.81 | 0 | 0.62 | 0.67 | 133.91 | 0.68 | 0.2 |
| Hex | 10 | 55 | 20 | 51 | 0 | 3E | 43 | 86 | 44 | 14 |
| Octal | 20 | 125 | 40 | 121 | 0 | 76 | 103 | 206 | 104 | 24 |
| Binary | 10000 | 1010101 | 100000 | 1010001 | 0 | 111110 | 1000011 | 10000110 | 1000100 | 10100 |
Color Harmonies of #105520
Complementary color
Monochromatic Colors of #105520
Black with #105520
Text Example
Text Example
White with #105520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105520; }
p { color: rgb(16,85,32); }
H1.HeaderClassName
{
color: #105520;
}
.AnyTagClassName
{
color: #105520;
}
</style>
background-color css
<style>
a { background-color: #105520; }
a { background-color: rgb(16,85,32); }
div.DivClassName
{
background-color: #105520;
}
.BgClassName
{
background-color: #105520;
}
</style>
border-color css
<style>
span { border-color: #105520; }
span { border-color: rgb(16,85,32); }
td.TdClassName
{
border-color: #105520;
}
.TagClassName
{
border-color: #105520;
}
</style>