Shades of Crusoe #10582B
Tints of Crusoe #10582B
RGB
CMYK
RGB Variations
Color information
#10582B (or 0x10582B) is known color: Crusoe. HEX triplet: 10, 58 and 2B. RGB value is (16,88,43). Sum of RGB (Red+Green+Blue) = 16+88+43=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #10582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10582B is #EFA7D4. Grayscale: #3D3D3D. Windows color (decimal): -15706069 or 2840592. OLE color: 2840592.
HSL color Cylindrical-coordinate representation of color #10582B: hue angle of 142.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10582B is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 43 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.65 |
| HSL | 142.5º | 0.69% | 0.2% | - |
| HSV(B) | 142.5º | 0.82% | 0.35% | - |
| XYZ | 4.14 | 7.26 | 3.47 | - |
| YUV | 61.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 43 | 0.82 | 0 | 0.51 | 0.65 | 142.5 | 0.69 | 0.2 |
| Hex | 10 | 58 | 2B | 52 | 0 | 33 | 41 | 8E | 45 | 14 |
| Octal | 20 | 130 | 53 | 122 | 0 | 63 | 101 | 216 | 105 | 24 |
| Binary | 10000 | 1011000 | 101011 | 1010010 | 0 | 110011 | 1000001 | 10001110 | 1000101 | 10100 |
Color Harmonies of #10582B
Complementary color
Monochromatic Colors of #10582B
Black with #10582B
Text Example
Text Example
White with #10582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10582B; }
p { color: rgb(16,88,43); }
H1.HeaderClassName
{
color: #10582B;
}
.AnyTagClassName
{
color: #10582B;
}
</style>
background-color css
<style>
a { background-color: #10582B; }
a { background-color: rgb(16,88,43); }
div.DivClassName
{
background-color: #10582B;
}
.BgClassName
{
background-color: #10582B;
}
</style>
border-color css
<style>
span { border-color: #10582B; }
span { border-color: rgb(16,88,43); }
td.TdClassName
{
border-color: #10582B;
}
.TagClassName
{
border-color: #10582B;
}
</style>