Shades of Crusoe #085D1B
Tints of Crusoe #085D1B
RGB
CMYK
RGB Variations
Color information
#085D1B (or 0x085D1B) is known color: Crusoe. HEX triplet: 08, 5D and 1B. RGB value is (8,93,27). Sum of RGB (Red+Green+Blue) = 8+93+27=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1B is #F7A2E4. Grayscale: #3C3C3C. Windows color (decimal): -16229093 or 1793288. OLE color: 1793288.
HSL color Cylindrical-coordinate representation of color #085D1B: hue angle of 133.41º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D1B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 27 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.64 |
| HSL | 133.41º | 0.84% | 0.2% | - |
| HSV(B) | 133.41º | 0.91% | 0.36% | - |
| XYZ | 4.21 | 7.96 | 2.35 | - |
| YUV | 60.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 27 | 0.91 | 0 | 0.71 | 0.64 | 133.41 | 0.84 | 0.2 |
| Hex | 8 | 5D | 1B | 5B | 0 | 47 | 40 | 85 | 54 | 14 |
| Octal | 10 | 135 | 33 | 133 | 0 | 107 | 100 | 205 | 124 | 24 |
| Binary | 1000 | 1011101 | 11011 | 1011011 | 0 | 1000111 | 1000000 | 10000101 | 1010100 | 10100 |
Color Harmonies of #085D1B
Complementary color
Monochromatic Colors of #085D1B
Black with #085D1B
Text Example
Text Example
White with #085D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D1B; }
p { color: rgb(8,93,27); }
H1.HeaderClassName
{
color: #085D1B;
}
.AnyTagClassName
{
color: #085D1B;
}
</style>
background-color css
<style>
a { background-color: #085D1B; }
a { background-color: rgb(8,93,27); }
div.DivClassName
{
background-color: #085D1B;
}
.BgClassName
{
background-color: #085D1B;
}
</style>
border-color css
<style>
span { border-color: #085D1B; }
span { border-color: rgb(8,93,27); }
td.TdClassName
{
border-color: #085D1B;
}
.TagClassName
{
border-color: #085D1B;
}
</style>