Shades of Crusoe #085B28
Tints of Crusoe #085B28
RGB
CMYK
RGB Variations
Color information
#085B28 (or 0x085B28) is known color: Crusoe. HEX triplet: 08, 5B and 28. RGB value is (8,91,40). Sum of RGB (Red+Green+Blue) = 8+91+40=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 91 (35.94% from 255 or 65.47% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 91 - color contains mainly: green. Hex color #085B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B28 is #F7A4D7. Grayscale: #3C3C3C. Windows color (decimal): -16229592 or 2644744. OLE color: 2644744.
HSL color Cylindrical-coordinate representation of color #085B28: hue angle of 143.13º 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 #085B28 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 40 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.64 |
| HSL | 143.13º | 0.84% | 0.19% | - |
| HSV(B) | 143.13º | 0.91% | 0.36% | - |
| XYZ | 4.22 | 7.69 | 3.27 | - |
| YUV | 60.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 40 | 0.91 | 0 | 0.56 | 0.64 | 143.13 | 0.84 | 0.19 |
| Hex | 8 | 5B | 28 | 5B | 0 | 38 | 40 | 8F | 54 | 13 |
| Octal | 10 | 133 | 50 | 133 | 0 | 70 | 100 | 217 | 124 | 23 |
| Binary | 1000 | 1011011 | 101000 | 1011011 | 0 | 111000 | 1000000 | 10001111 | 1010100 | 10011 |
Color Harmonies of #085B28
Complementary color
Monochromatic Colors of #085B28
Black with #085B28
Text Example
Text Example
White with #085B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B28; }
p { color: rgb(8,91,40); }
H1.HeaderClassName
{
color: #085B28;
}
.AnyTagClassName
{
color: #085B28;
}
</style>
background-color css
<style>
a { background-color: #085B28; }
a { background-color: rgb(8,91,40); }
div.DivClassName
{
background-color: #085B28;
}
.BgClassName
{
background-color: #085B28;
}
</style>
border-color css
<style>
span { border-color: #085B28; }
span { border-color: rgb(8,91,40); }
td.TdClassName
{
border-color: #085B28;
}
.TagClassName
{
border-color: #085B28;
}
</style>