Shades of Crusoe #105521
Tints of Crusoe #105521
RGB
CMYK
RGB Variations
Color information
#105521 (or 0x105521) is known color: Crusoe. HEX triplet: 10, 55 and 21. RGB value is (16,85,33). Sum of RGB (Red+Green+Blue) = 16+85+33=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #105521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105521 is #EFAADE. Grayscale: #3A3A3A. Windows color (decimal): -15706847 or 2184464. OLE color: 2184464.
HSL color Cylindrical-coordinate representation of color #105521: hue angle of 134.78º 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 #105521 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 33 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.67 |
| HSL | 134.78º | 0.68% | 0.2% | - |
| HSV(B) | 134.78º | 0.81% | 0.33% | - |
| XYZ | 3.74 | 6.72 | 2.54 | - |
| YUV | 58.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 33 | 0.81 | 0 | 0.61 | 0.67 | 134.78 | 0.68 | 0.2 |
| Hex | 10 | 55 | 21 | 51 | 0 | 3D | 43 | 87 | 44 | 14 |
| Octal | 20 | 125 | 41 | 121 | 0 | 75 | 103 | 207 | 104 | 24 |
| Binary | 10000 | 1010101 | 100001 | 1010001 | 0 | 111101 | 1000011 | 10000111 | 1000100 | 10100 |
Color Harmonies of #105521
Complementary color
Monochromatic Colors of #105521
Black with #105521
Text Example
Text Example
White with #105521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105521; }
p { color: rgb(16,85,33); }
H1.HeaderClassName
{
color: #105521;
}
.AnyTagClassName
{
color: #105521;
}
</style>
background-color css
<style>
a { background-color: #105521; }
a { background-color: rgb(16,85,33); }
div.DivClassName
{
background-color: #105521;
}
.BgClassName
{
background-color: #105521;
}
</style>
border-color css
<style>
span { border-color: #105521; }
span { border-color: rgb(16,85,33); }
td.TdClassName
{
border-color: #105521;
}
.TagClassName
{
border-color: #105521;
}
</style>