Shades of Crusoe #085517
Tints of Crusoe #085517
RGB
CMYK
RGB Variations
Color information
#085517 (or 0x085517) is known color: Crusoe. HEX triplet: 08, 55 and 17. RGB value is (8,85,23). Sum of RGB (Red+Green+Blue) = 8+85+23=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #085517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085517 is #F7AAE8. Grayscale: #373737. Windows color (decimal): -16231145 or 1529096. OLE color: 1529096.
HSL color Cylindrical-coordinate representation of color #085517: hue angle of 131.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085517 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 23 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.67 |
| HSL | 131.69º | 0.83% | 0.18% | - |
| HSV(B) | 131.69º | 0.91% | 0.33% | - |
| XYZ | 3.5 | 6.61 | 1.9 | - |
| YUV | 54.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 23 | 0.91 | 0 | 0.73 | 0.67 | 131.69 | 0.83 | 0.18 |
| Hex | 8 | 55 | 17 | 5B | 0 | 49 | 43 | 84 | 53 | 12 |
| Octal | 10 | 125 | 27 | 133 | 0 | 111 | 103 | 204 | 123 | 22 |
| Binary | 1000 | 1010101 | 10111 | 1011011 | 0 | 1001001 | 1000011 | 10000100 | 1010011 | 10010 |
Color Harmonies of #085517
Complementary color
Monochromatic Colors of #085517
Black with #085517
Text Example
Text Example
White with #085517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085517; }
p { color: rgb(8,85,23); }
H1.HeaderClassName
{
color: #085517;
}
.AnyTagClassName
{
color: #085517;
}
</style>
background-color css
<style>
a { background-color: #085517; }
a { background-color: rgb(8,85,23); }
div.DivClassName
{
background-color: #085517;
}
.BgClassName
{
background-color: #085517;
}
</style>
border-color css
<style>
span { border-color: #085517; }
span { border-color: rgb(8,85,23); }
td.TdClassName
{
border-color: #085517;
}
.TagClassName
{
border-color: #085517;
}
</style>