Shades of Crusoe #085813
Tints of Crusoe #085813
RGB
CMYK
RGB Variations
Color information
#085813 (or 0x085813) is known color: Crusoe. HEX triplet: 08, 58 and 13. RGB value is (8,88,19). Sum of RGB (Red+Green+Blue) = 8+88+19=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #085813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085813 is #F7A7EC. Grayscale: #383838. Windows color (decimal): -16230381 or 1267720. OLE color: 1267720.
HSL color Cylindrical-coordinate representation of color #085813: hue angle of 128.25º 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 #085813 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 19 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.65 |
| HSL | 128.25º | 0.83% | 0.19% | - |
| HSV(B) | 128.25º | 0.91% | 0.35% | - |
| XYZ | 3.71 | 7.08 | 1.79 | - |
| YUV | 56.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 19 | 0.91 | 0 | 0.78 | 0.65 | 128.25 | 0.83 | 0.19 |
| Hex | 8 | 58 | 13 | 5B | 0 | 4E | 41 | 80 | 53 | 13 |
| Octal | 10 | 130 | 23 | 133 | 0 | 116 | 101 | 200 | 123 | 23 |
| Binary | 1000 | 1011000 | 10011 | 1011011 | 0 | 1001110 | 1000001 | 10000000 | 1010011 | 10011 |
Color Harmonies of #085813
Complementary color
Monochromatic Colors of #085813
Black with #085813
Text Example
Text Example
White with #085813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085813; }
p { color: rgb(8,88,19); }
H1.HeaderClassName
{
color: #085813;
}
.AnyTagClassName
{
color: #085813;
}
</style>
background-color css
<style>
a { background-color: #085813; }
a { background-color: rgb(8,88,19); }
div.DivClassName
{
background-color: #085813;
}
.BgClassName
{
background-color: #085813;
}
</style>
border-color css
<style>
span { border-color: #085813; }
span { border-color: rgb(8,88,19); }
td.TdClassName
{
border-color: #085813;
}
.TagClassName
{
border-color: #085813;
}
</style>