Shades of Crusoe #085719
Tints of Crusoe #085719
RGB
CMYK
RGB Variations
Color information
#085719 (or 0x085719) is known color: Crusoe. HEX triplet: 08, 57 and 19. RGB value is (8,87,25). Sum of RGB (Red+Green+Blue) = 8+87+25=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #085719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085719 is #F7A8E6. Grayscale: #383838. Windows color (decimal): -16230631 or 1660680. OLE color: 1660680.
HSL color Cylindrical-coordinate representation of color #085719: hue angle of 132.91º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085719 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 25 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.66 |
| HSL | 132.91º | 0.83% | 0.19% | - |
| HSV(B) | 132.91º | 0.91% | 0.34% | - |
| XYZ | 3.68 | 6.94 | 2.06 | - |
| YUV | 56.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 25 | 0.91 | 0 | 0.71 | 0.66 | 132.91 | 0.83 | 0.19 |
| Hex | 8 | 57 | 19 | 5B | 0 | 47 | 42 | 85 | 53 | 13 |
| Octal | 10 | 127 | 31 | 133 | 0 | 107 | 102 | 205 | 123 | 23 |
| Binary | 1000 | 1010111 | 11001 | 1011011 | 0 | 1000111 | 1000010 | 10000101 | 1010011 | 10011 |
Color Harmonies of #085719
Complementary color
Monochromatic Colors of #085719
Black with #085719
Text Example
Text Example
White with #085719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085719; }
p { color: rgb(8,87,25); }
H1.HeaderClassName
{
color: #085719;
}
.AnyTagClassName
{
color: #085719;
}
</style>
background-color css
<style>
a { background-color: #085719; }
a { background-color: rgb(8,87,25); }
div.DivClassName
{
background-color: #085719;
}
.BgClassName
{
background-color: #085719;
}
</style>
border-color css
<style>
span { border-color: #085719; }
span { border-color: rgb(8,87,25); }
td.TdClassName
{
border-color: #085719;
}
.TagClassName
{
border-color: #085719;
}
</style>