Shades of Crusoe #085929
Tints of Crusoe #085929
RGB
CMYK
RGB Variations
Color information
#085929 (or 0x085929) is known color: Crusoe. HEX triplet: 08, 59 and 29. RGB value is (8,89,41). Sum of RGB (Red+Green+Blue) = 8+89+41=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #085929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085929 is #F7A6D6. Grayscale: #3B3B3B. Windows color (decimal): -16230103 or 2709768. OLE color: 2709768.
HSL color Cylindrical-coordinate representation of color #085929: hue angle of 144.44º degrees, saturation: 0.84, 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 #085929 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 41 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.65 |
| HSL | 144.44º | 0.84% | 0.19% | - |
| HSV(B) | 144.44º | 0.91% | 0.35% | - |
| XYZ | 4.07 | 7.36 | 3.3 | - |
| YUV | 59.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 41 | 0.91 | 0 | 0.54 | 0.65 | 144.44 | 0.84 | 0.19 |
| Hex | 8 | 59 | 29 | 5B | 0 | 36 | 41 | 90 | 54 | 13 |
| Octal | 10 | 131 | 51 | 133 | 0 | 66 | 101 | 220 | 124 | 23 |
| Binary | 1000 | 1011001 | 101001 | 1011011 | 0 | 110110 | 1000001 | 10010000 | 1010100 | 10011 |
Color Harmonies of #085929
Complementary color
Monochromatic Colors of #085929
Black with #085929
Text Example
Text Example
White with #085929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085929; }
p { color: rgb(8,89,41); }
H1.HeaderClassName
{
color: #085929;
}
.AnyTagClassName
{
color: #085929;
}
</style>
background-color css
<style>
a { background-color: #085929; }
a { background-color: rgb(8,89,41); }
div.DivClassName
{
background-color: #085929;
}
.BgClassName
{
background-color: #085929;
}
</style>
border-color css
<style>
span { border-color: #085929; }
span { border-color: rgb(8,89,41); }
td.TdClassName
{
border-color: #085929;
}
.TagClassName
{
border-color: #085929;
}
</style>