Shades of Crusoe #085533
Tints of Crusoe #085533
RGB
CMYK
RGB Variations
Color information
#085533 (or 0x085533) is known color: Crusoe. HEX triplet: 08, 55 and 33. RGB value is (8,85,51). Sum of RGB (Red+Green+Blue) = 8+85+51=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #085533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085533 is #F7AACC. Grayscale: #3A3A3A. Windows color (decimal): -16231117 or 3364104. OLE color: 3364104.
HSL color Cylindrical-coordinate representation of color #085533: hue angle of 153.51º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085533 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 51 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.67 |
| HSL | 153.51º | 0.83% | 0.18% | - |
| HSV(B) | 153.51º | 0.91% | 0.33% | - |
| XYZ | 3.95 | 6.79 | 4.23 | - |
| YUV | 58.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 51 | 0.91 | 0 | 0.40 | 0.67 | 153.51 | 0.83 | 0.18 |
| Hex | 8 | 55 | 33 | 5B | 0 | 28 | 43 | 9A | 53 | 12 |
| Octal | 10 | 125 | 63 | 133 | 0 | 50 | 103 | 232 | 123 | 22 |
| Binary | 1000 | 1010101 | 110011 | 1011011 | 0 | 101000 | 1000011 | 10011010 | 1010011 | 10010 |
Color Harmonies of #085533
Complementary color
Monochromatic Colors of #085533
Black with #085533
Text Example
Text Example
White with #085533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085533; }
p { color: rgb(8,85,51); }
H1.HeaderClassName
{
color: #085533;
}
.AnyTagClassName
{
color: #085533;
}
</style>
background-color css
<style>
a { background-color: #085533; }
a { background-color: rgb(8,85,51); }
div.DivClassName
{
background-color: #085533;
}
.BgClassName
{
background-color: #085533;
}
</style>
border-color css
<style>
span { border-color: #085533; }
span { border-color: rgb(8,85,51); }
td.TdClassName
{
border-color: #085533;
}
.TagClassName
{
border-color: #085533;
}
</style>