Shades of Crusoe #085633
Tints of Crusoe #085633
RGB
CMYK
RGB Variations
Color information
#085633 (or 0x085633) is known color: Crusoe. HEX triplet: 08, 56 and 33. RGB value is (8,86,51). Sum of RGB (Red+Green+Blue) = 8+86+51=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #085633 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085633 is #F7A9CC. Grayscale: #3A3A3A. Windows color (decimal): -16230861 or 3364360. OLE color: 3364360.
HSL color Cylindrical-coordinate representation of color #085633: hue angle of 153.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085633 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 51 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.66 |
| HSL | 153.08º | 0.83% | 0.18% | - |
| HSV(B) | 153.08º | 0.91% | 0.34% | - |
| XYZ | 4.03 | 6.95 | 4.26 | - |
| YUV | 58.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 51 | 0.91 | 0 | 0.41 | 0.66 | 153.08 | 0.83 | 0.18 |
| Hex | 8 | 56 | 33 | 5B | 0 | 29 | 42 | 99 | 53 | 12 |
| Octal | 10 | 126 | 63 | 133 | 0 | 51 | 102 | 231 | 123 | 22 |
| Binary | 1000 | 1010110 | 110011 | 1011011 | 0 | 101001 | 1000010 | 10011001 | 1010011 | 10010 |
Color Harmonies of #085633
Complementary color
Monochromatic Colors of #085633
Black with #085633
Text Example
Text Example
White with #085633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085633; }
p { color: rgb(8,86,51); }
H1.HeaderClassName
{
color: #085633;
}
.AnyTagClassName
{
color: #085633;
}
</style>
background-color css
<style>
a { background-color: #085633; }
a { background-color: rgb(8,86,51); }
div.DivClassName
{
background-color: #085633;
}
.BgClassName
{
background-color: #085633;
}
</style>
border-color css
<style>
span { border-color: #085633; }
span { border-color: rgb(8,86,51); }
td.TdClassName
{
border-color: #085633;
}
.TagClassName
{
border-color: #085633;
}
</style>