Shades of Crusoe #085A2E
Tints of Crusoe #085A2E
RGB
CMYK
RGB Variations
Color information
#085A2E (or 0x085A2E) is known color: Crusoe. HEX triplet: 08, 5A and 2E. RGB value is (8,90,46). Sum of RGB (Red+Green+Blue) = 8+90+46=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #085A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A2E is #F7A5D1. Grayscale: #3C3C3C. Windows color (decimal): -16229842 or 3037704. OLE color: 3037704.
HSL color Cylindrical-coordinate representation of color #085A2E: hue angle of 147.8º 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 #085A2E is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 46 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.65 |
| HSL | 147.8º | 0.84% | 0.19% | - |
| HSV(B) | 147.8º | 0.91% | 0.35% | - |
| XYZ | 4.25 | 7.56 | 3.82 | - |
| YUV | 60.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 46 | 0.91 | 0 | 0.49 | 0.65 | 147.8 | 0.84 | 0.19 |
| Hex | 8 | 5A | 2E | 5B | 0 | 31 | 41 | 94 | 54 | 13 |
| Octal | 10 | 132 | 56 | 133 | 0 | 61 | 101 | 224 | 124 | 23 |
| Binary | 1000 | 1011010 | 101110 | 1011011 | 0 | 110001 | 1000001 | 10010100 | 1010100 | 10011 |
Color Harmonies of #085A2E
Complementary color
Monochromatic Colors of #085A2E
Black with #085A2E
Text Example
Text Example
White with #085A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A2E; }
p { color: rgb(8,90,46); }
H1.HeaderClassName
{
color: #085A2E;
}
.AnyTagClassName
{
color: #085A2E;
}
</style>
background-color css
<style>
a { background-color: #085A2E; }
a { background-color: rgb(8,90,46); }
div.DivClassName
{
background-color: #085A2E;
}
.BgClassName
{
background-color: #085A2E;
}
</style>
border-color css
<style>
span { border-color: #085A2E; }
span { border-color: rgb(8,90,46); }
td.TdClassName
{
border-color: #085A2E;
}
.TagClassName
{
border-color: #085A2E;
}
</style>