Shades of Crusoe #085B33
Tints of Crusoe #085B33
RGB
CMYK
RGB Variations
Color information
#085B33 (or 0x085B33) is known color: Crusoe. HEX triplet: 08, 5B and 33. RGB value is (8,91,51). Sum of RGB (Red+Green+Blue) = 8+91+51=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #085B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B33 is #F7A4CC. Grayscale: #3D3D3D. Windows color (decimal): -16229581 or 3365640. OLE color: 3365640.
HSL color Cylindrical-coordinate representation of color #085B33: hue angle of 151.08º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B33 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 51 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.64 |
| HSL | 151.08º | 0.84% | 0.19% | - |
| HSV(B) | 151.08º | 0.91% | 0.36% | - |
| XYZ | 4.44 | 7.77 | 4.4 | - |
| YUV | 61.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 51 | 0.91 | 0 | 0.44 | 0.64 | 151.08 | 0.84 | 0.19 |
| Hex | 8 | 5B | 33 | 5B | 0 | 2C | 40 | 97 | 54 | 13 |
| Octal | 10 | 133 | 63 | 133 | 0 | 54 | 100 | 227 | 124 | 23 |
| Binary | 1000 | 1011011 | 110011 | 1011011 | 0 | 101100 | 1000000 | 10010111 | 1010100 | 10011 |
Color Harmonies of #085B33
Complementary color
Monochromatic Colors of #085B33
Black with #085B33
Text Example
Text Example
White with #085B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B33; }
p { color: rgb(8,91,51); }
H1.HeaderClassName
{
color: #085B33;
}
.AnyTagClassName
{
color: #085B33;
}
</style>
background-color css
<style>
a { background-color: #085B33; }
a { background-color: rgb(8,91,51); }
div.DivClassName
{
background-color: #085B33;
}
.BgClassName
{
background-color: #085B33;
}
</style>
border-color css
<style>
span { border-color: #085B33; }
span { border-color: rgb(8,91,51); }
td.TdClassName
{
border-color: #085B33;
}
.TagClassName
{
border-color: #085B33;
}
</style>