Shades of Crusoe #085921
Tints of Crusoe #085921
RGB
CMYK
RGB Variations
Color information
#085921 (or 0x085921) is known color: Crusoe. HEX triplet: 08, 59 and 21. RGB value is (8,89,33). Sum of RGB (Red+Green+Blue) = 8+89+33=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #085921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085921 is #F7A6DE. Grayscale: #3A3A3A. Windows color (decimal): -16230111 or 2185480. OLE color: 2185480.
HSL color Cylindrical-coordinate representation of color #085921: hue angle of 138.52º 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 #085921 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 33 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.65 |
| HSL | 138.52º | 0.84% | 0.19% | - |
| HSV(B) | 138.52º | 0.91% | 0.35% | - |
| XYZ | 3.95 | 7.31 | 2.64 | - |
| YUV | 58.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 33 | 0.91 | 0 | 0.63 | 0.65 | 138.52 | 0.84 | 0.19 |
| Hex | 8 | 59 | 21 | 5B | 0 | 3F | 41 | 8B | 54 | 13 |
| Octal | 10 | 131 | 41 | 133 | 0 | 77 | 101 | 213 | 124 | 23 |
| Binary | 1000 | 1011001 | 100001 | 1011011 | 0 | 111111 | 1000001 | 10001011 | 1010100 | 10011 |
Color Harmonies of #085921
Complementary color
Monochromatic Colors of #085921
Black with #085921
Text Example
Text Example
White with #085921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085921; }
p { color: rgb(8,89,33); }
H1.HeaderClassName
{
color: #085921;
}
.AnyTagClassName
{
color: #085921;
}
</style>
background-color css
<style>
a { background-color: #085921; }
a { background-color: rgb(8,89,33); }
div.DivClassName
{
background-color: #085921;
}
.BgClassName
{
background-color: #085921;
}
</style>
border-color css
<style>
span { border-color: #085921; }
span { border-color: rgb(8,89,33); }
td.TdClassName
{
border-color: #085921;
}
.TagClassName
{
border-color: #085921;
}
</style>