Shades of Crusoe #085919
Tints of Crusoe #085919
RGB
CMYK
RGB Variations
Color information
#085919 (or 0x085919) is known color: Crusoe. HEX triplet: 08, 59 and 19. RGB value is (8,89,25). Sum of RGB (Red+Green+Blue) = 8+89+25=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 89 (35.16% from 255 or 72.95% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 89 - color contains mainly: green. Hex color #085919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085919 is #F7A6E6. Grayscale: #393939. Windows color (decimal): -16230119 or 1661192. OLE color: 1661192.
HSL color Cylindrical-coordinate representation of color #085919: hue angle of 132.59º 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 #085919 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 25 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.65 |
| HSL | 132.59º | 0.84% | 0.19% | - |
| HSV(B) | 132.59º | 0.91% | 0.35% | - |
| XYZ | 3.85 | 7.27 | 2.12 | - |
| YUV | 57.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 25 | 0.91 | 0 | 0.72 | 0.65 | 132.59 | 0.84 | 0.19 |
| Hex | 8 | 59 | 19 | 5B | 0 | 48 | 41 | 85 | 54 | 13 |
| Octal | 10 | 131 | 31 | 133 | 0 | 110 | 101 | 205 | 124 | 23 |
| Binary | 1000 | 1011001 | 11001 | 1011011 | 0 | 1001000 | 1000001 | 10000101 | 1010100 | 10011 |
Color Harmonies of #085919
Complementary color
Monochromatic Colors of #085919
Black with #085919
Text Example
Text Example
White with #085919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085919; }
p { color: rgb(8,89,25); }
H1.HeaderClassName
{
color: #085919;
}
.AnyTagClassName
{
color: #085919;
}
</style>
background-color css
<style>
a { background-color: #085919; }
a { background-color: rgb(8,89,25); }
div.DivClassName
{
background-color: #085919;
}
.BgClassName
{
background-color: #085919;
}
</style>
border-color css
<style>
span { border-color: #085919; }
span { border-color: rgb(8,89,25); }
td.TdClassName
{
border-color: #085919;
}
.TagClassName
{
border-color: #085919;
}
</style>