Shades of Crusoe #085829
Tints of Crusoe #085829
RGB
CMYK
RGB Variations
Color information
#085829 (or 0x085829) is known color: Crusoe. HEX triplet: 08, 58 and 29. RGB value is (8,88,41). Sum of RGB (Red+Green+Blue) = 8+88+41=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #085829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085829 is #F7A7D6. Grayscale: #3A3A3A. Windows color (decimal): -16230359 or 2709512. OLE color: 2709512.
HSL color Cylindrical-coordinate representation of color #085829: hue angle of 144.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085829 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 41 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.65 |
| HSL | 144.75º | 0.83% | 0.19% | - |
| HSV(B) | 144.75º | 0.91% | 0.35% | - |
| XYZ | 3.99 | 7.19 | 3.28 | - |
| YUV | 58.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 41 | 0.91 | 0 | 0.53 | 0.65 | 144.75 | 0.83 | 0.19 |
| Hex | 8 | 58 | 29 | 5B | 0 | 35 | 41 | 91 | 53 | 13 |
| Octal | 10 | 130 | 51 | 133 | 0 | 65 | 101 | 221 | 123 | 23 |
| Binary | 1000 | 1011000 | 101001 | 1011011 | 0 | 110101 | 1000001 | 10010001 | 1010011 | 10011 |
Color Harmonies of #085829
Complementary color
Monochromatic Colors of #085829
Black with #085829
Text Example
Text Example
White with #085829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085829; }
p { color: rgb(8,88,41); }
H1.HeaderClassName
{
color: #085829;
}
.AnyTagClassName
{
color: #085829;
}
</style>
background-color css
<style>
a { background-color: #085829; }
a { background-color: rgb(8,88,41); }
div.DivClassName
{
background-color: #085829;
}
.BgClassName
{
background-color: #085829;
}
</style>
border-color css
<style>
span { border-color: #085829; }
span { border-color: rgb(8,88,41); }
td.TdClassName
{
border-color: #085829;
}
.TagClassName
{
border-color: #085829;
}
</style>