Shades of Crusoe #085814
Tints of Crusoe #085814
RGB
CMYK
RGB Variations
Color information
#085814 (or 0x085814) is known color: Crusoe. HEX triplet: 08, 58 and 14. RGB value is (8,88,20). Sum of RGB (Red+Green+Blue) = 8+88+20=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #085814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085814 is #F7A7EB. Grayscale: #383838. Windows color (decimal): -16230380 or 1333256. OLE color: 1333256.
HSL color Cylindrical-coordinate representation of color #085814: hue angle of 129º 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 #085814 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 20 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.65 |
| HSL | 129º | 0.83% | 0.19% | - |
| HSV(B) | 129º | 0.91% | 0.35% | - |
| XYZ | 3.72 | 7.08 | 1.83 | - |
| YUV | 56.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 20 | 0.91 | 0 | 0.77 | 0.65 | 129 | 0.83 | 0.19 |
| Hex | 8 | 58 | 14 | 5B | 0 | 4D | 41 | 81 | 53 | 13 |
| Octal | 10 | 130 | 24 | 133 | 0 | 115 | 101 | 201 | 123 | 23 |
| Binary | 1000 | 1011000 | 10100 | 1011011 | 0 | 1001101 | 1000001 | 10000001 | 1010011 | 10011 |
Color Harmonies of #085814
Complementary color
Monochromatic Colors of #085814
Black with #085814
Text Example
Text Example
White with #085814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085814; }
p { color: rgb(8,88,20); }
H1.HeaderClassName
{
color: #085814;
}
.AnyTagClassName
{
color: #085814;
}
</style>
background-color css
<style>
a { background-color: #085814; }
a { background-color: rgb(8,88,20); }
div.DivClassName
{
background-color: #085814;
}
.BgClassName
{
background-color: #085814;
}
</style>
border-color css
<style>
span { border-color: #085814; }
span { border-color: rgb(8,88,20); }
td.TdClassName
{
border-color: #085814;
}
.TagClassName
{
border-color: #085814;
}
</style>