Shades of Crusoe #105727
Tints of Crusoe #105727
RGB
CMYK
RGB Variations
Color information
#105727 (or 0x105727) is known color: Crusoe. HEX triplet: 10, 57 and 27. RGB value is (16,87,39). Sum of RGB (Red+Green+Blue) = 16+87+39=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #105727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105727 is #EFA8D8. Grayscale: #3C3C3C. Windows color (decimal): -15706329 or 2578192. OLE color: 2578192.
HSL color Cylindrical-coordinate representation of color #105727: hue angle of 139.44º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105727 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 39 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.66 |
| HSL | 139.44º | 0.69% | 0.2% | - |
| HSV(B) | 139.44º | 0.82% | 0.34% | - |
| XYZ | 3.99 | 7.07 | 3.07 | - |
| YUV | 60.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 39 | 0.82 | 0 | 0.55 | 0.66 | 139.44 | 0.69 | 0.2 |
| Hex | 10 | 57 | 27 | 52 | 0 | 37 | 42 | 8B | 45 | 14 |
| Octal | 20 | 127 | 47 | 122 | 0 | 67 | 102 | 213 | 105 | 24 |
| Binary | 10000 | 1010111 | 100111 | 1010010 | 0 | 110111 | 1000010 | 10001011 | 1000101 | 10100 |
Color Harmonies of #105727
Complementary color
Monochromatic Colors of #105727
Black with #105727
Text Example
Text Example
White with #105727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105727; }
p { color: rgb(16,87,39); }
H1.HeaderClassName
{
color: #105727;
}
.AnyTagClassName
{
color: #105727;
}
</style>
background-color css
<style>
a { background-color: #105727; }
a { background-color: rgb(16,87,39); }
div.DivClassName
{
background-color: #105727;
}
.BgClassName
{
background-color: #105727;
}
</style>
border-color css
<style>
span { border-color: #105727; }
span { border-color: rgb(16,87,39); }
td.TdClassName
{
border-color: #105727;
}
.TagClassName
{
border-color: #105727;
}
</style>