Shades of Crusoe #10562B
Tints of Crusoe #10562B
RGB
CMYK
RGB Variations
Color information
#10562B (or 0x10562B) is known color: Crusoe. HEX triplet: 10, 56 and 2B. RGB value is (16,86,43). Sum of RGB (Red+Green+Blue) = 16+86+43=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #10562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10562B is #EFA9D4. Grayscale: #3C3C3C. Windows color (decimal): -15706581 or 2840080. OLE color: 2840080.
HSL color Cylindrical-coordinate representation of color #10562B: hue angle of 143.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10562B is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 86 | 43 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.66 |
| HSL | 143.14º | 0.69% | 0.2% | - |
| HSV(B) | 143.14º | 0.81% | 0.34% | - |
| XYZ | 3.98 | 6.94 | 3.42 | - |
| YUV | 60.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 43 | 0.81 | 0 | 0.50 | 0.66 | 143.14 | 0.69 | 0.2 |
| Hex | 10 | 56 | 2B | 51 | 0 | 32 | 42 | 8F | 45 | 14 |
| Octal | 20 | 126 | 53 | 121 | 0 | 62 | 102 | 217 | 105 | 24 |
| Binary | 10000 | 1010110 | 101011 | 1010001 | 0 | 110010 | 1000010 | 10001111 | 1000101 | 10100 |
Color Harmonies of #10562B
Complementary color
Monochromatic Colors of #10562B
Black with #10562B
Text Example
Text Example
White with #10562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10562B; }
p { color: rgb(16,86,43); }
H1.HeaderClassName
{
color: #10562B;
}
.AnyTagClassName
{
color: #10562B;
}
</style>
background-color css
<style>
a { background-color: #10562B; }
a { background-color: rgb(16,86,43); }
div.DivClassName
{
background-color: #10562B;
}
.BgClassName
{
background-color: #10562B;
}
</style>
border-color css
<style>
span { border-color: #10562B; }
span { border-color: rgb(16,86,43); }
td.TdClassName
{
border-color: #10562B;
}
.TagClassName
{
border-color: #10562B;
}
</style>