Shades of Crusoe #085127
Tints of Crusoe #085127
RGB
CMYK
RGB Variations
Color information
#085127 (or 0x085127) is known color: Crusoe. HEX triplet: 08, 51 and 27. RGB value is (8,81,39). Sum of RGB (Red+Green+Blue) = 8+81+39=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #085127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085127 is #F7AED8. Grayscale: #363636. Windows color (decimal): -16232153 or 2576648. OLE color: 2576648.
HSL color Cylindrical-coordinate representation of color #085127: hue angle of 145.48º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085127 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 39 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.68 |
| HSL | 145.48º | 0.82% | 0.17% | - |
| HSV(B) | 145.48º | 0.9% | 0.32% | - |
| XYZ | 3.41 | 6.08 | 2.91 | - |
| YUV | 54.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 39 | 0.90 | 0 | 0.52 | 0.68 | 145.48 | 0.82 | 0.17 |
| Hex | 8 | 51 | 27 | 5A | 0 | 34 | 44 | 91 | 52 | 11 |
| Octal | 10 | 121 | 47 | 132 | 0 | 64 | 104 | 221 | 122 | 21 |
| Binary | 1000 | 1010001 | 100111 | 1011010 | 0 | 110100 | 1000100 | 10010001 | 1010010 | 10001 |
Color Harmonies of #085127
Complementary color
Monochromatic Colors of #085127
Black with #085127
Text Example
Text Example
White with #085127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085127; }
p { color: rgb(8,81,39); }
H1.HeaderClassName
{
color: #085127;
}
.AnyTagClassName
{
color: #085127;
}
</style>
background-color css
<style>
a { background-color: #085127; }
a { background-color: rgb(8,81,39); }
div.DivClassName
{
background-color: #085127;
}
.BgClassName
{
background-color: #085127;
}
</style>
border-color css
<style>
span { border-color: #085127; }
span { border-color: rgb(8,81,39); }
td.TdClassName
{
border-color: #085127;
}
.TagClassName
{
border-color: #085127;
}
</style>