Shades of Crusoe #085A2C
Tints of Crusoe #085A2C
RGB
CMYK
RGB Variations
Color information
#085A2C (or 0x085A2C) is known color: Crusoe. HEX triplet: 08, 5A and 2C. RGB value is (8,90,44). Sum of RGB (Red+Green+Blue) = 8+90+44=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #085A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A2C is #F7A5D3. Grayscale: #3C3C3C. Windows color (decimal): -16229844 or 2906632. OLE color: 2906632.
HSL color Cylindrical-coordinate representation of color #085A2C: hue angle of 146.34º 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 #085A2C is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 44 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.65 |
| HSL | 146.34º | 0.84% | 0.19% | - |
| HSV(B) | 146.34º | 0.91% | 0.35% | - |
| XYZ | 4.21 | 7.55 | 3.62 | - |
| YUV | 60.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 44 | 0.91 | 0 | 0.51 | 0.65 | 146.34 | 0.84 | 0.19 |
| Hex | 8 | 5A | 2C | 5B | 0 | 33 | 41 | 92 | 54 | 13 |
| Octal | 10 | 132 | 54 | 133 | 0 | 63 | 101 | 222 | 124 | 23 |
| Binary | 1000 | 1011010 | 101100 | 1011011 | 0 | 110011 | 1000001 | 10010010 | 1010100 | 10011 |
Color Harmonies of #085A2C
Complementary color
Monochromatic Colors of #085A2C
Black with #085A2C
Text Example
Text Example
White with #085A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A2C; }
p { color: rgb(8,90,44); }
H1.HeaderClassName
{
color: #085A2C;
}
.AnyTagClassName
{
color: #085A2C;
}
</style>
background-color css
<style>
a { background-color: #085A2C; }
a { background-color: rgb(8,90,44); }
div.DivClassName
{
background-color: #085A2C;
}
.BgClassName
{
background-color: #085A2C;
}
</style>
border-color css
<style>
span { border-color: #085A2C; }
span { border-color: rgb(8,90,44); }
td.TdClassName
{
border-color: #085A2C;
}
.TagClassName
{
border-color: #085A2C;
}
</style>