Shades of Crusoe #105531
Tints of Crusoe #105531
RGB
CMYK
RGB Variations
Color information
#105531 (or 0x105531) is known color: Crusoe. HEX triplet: 10, 55 and 31. RGB value is (16,85,49). Sum of RGB (Red+Green+Blue) = 16+85+49=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #105531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105531 is #EFAACE. Grayscale: #3C3C3C. Windows color (decimal): -15706831 or 3233040. OLE color: 3233040.
HSL color Cylindrical-coordinate representation of color #105531: hue angle of 148.7º 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 #105531 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 49 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.67 |
| HSL | 148.7º | 0.68% | 0.2% | - |
| HSV(B) | 148.7º | 0.81% | 0.33% | - |
| XYZ | 4.02 | 6.83 | 4.01 | - |
| YUV | 60.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 49 | 0.81 | 0 | 0.42 | 0.67 | 148.7 | 0.68 | 0.2 |
| Hex | 10 | 55 | 31 | 51 | 0 | 2A | 43 | 95 | 44 | 14 |
| Octal | 20 | 125 | 61 | 121 | 0 | 52 | 103 | 225 | 104 | 24 |
| Binary | 10000 | 1010101 | 110001 | 1010001 | 0 | 101010 | 1000011 | 10010101 | 1000100 | 10100 |
Color Harmonies of #105531
Complementary color
Monochromatic Colors of #105531
Black with #105531
Text Example
Text Example
White with #105531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105531; }
p { color: rgb(16,85,49); }
H1.HeaderClassName
{
color: #105531;
}
.AnyTagClassName
{
color: #105531;
}
</style>
background-color css
<style>
a { background-color: #105531; }
a { background-color: rgb(16,85,49); }
div.DivClassName
{
background-color: #105531;
}
.BgClassName
{
background-color: #105531;
}
</style>
border-color css
<style>
span { border-color: #105531; }
span { border-color: rgb(16,85,49); }
td.TdClassName
{
border-color: #105531;
}
.TagClassName
{
border-color: #105531;
}
</style>