Shades of Crusoe #085523
Tints of Crusoe #085523
RGB
CMYK
RGB Variations
Color information
#085523 (or 0x085523) is known color: Crusoe. HEX triplet: 08, 55 and 23. RGB value is (8,85,35). Sum of RGB (Red+Green+Blue) = 8+85+35=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #085523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085523 is #F7AADC. Grayscale: #383838. Windows color (decimal): -16231133 or 2315528. OLE color: 2315528.
HSL color Cylindrical-coordinate representation of color #085523: hue angle of 141.04º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085523 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 35 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.67 |
| HSL | 141.04º | 0.83% | 0.18% | - |
| HSV(B) | 141.04º | 0.91% | 0.33% | - |
| XYZ | 3.65 | 6.67 | 2.69 | - |
| YUV | 56.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 35 | 0.91 | 0 | 0.59 | 0.67 | 141.04 | 0.83 | 0.18 |
| Hex | 8 | 55 | 23 | 5B | 0 | 3B | 43 | 8D | 53 | 12 |
| Octal | 10 | 125 | 43 | 133 | 0 | 73 | 103 | 215 | 123 | 22 |
| Binary | 1000 | 1010101 | 100011 | 1011011 | 0 | 111011 | 1000011 | 10001101 | 1010011 | 10010 |
Color Harmonies of #085523
Complementary color
Monochromatic Colors of #085523
Black with #085523
Text Example
Text Example
White with #085523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085523; }
p { color: rgb(8,85,35); }
H1.HeaderClassName
{
color: #085523;
}
.AnyTagClassName
{
color: #085523;
}
</style>
background-color css
<style>
a { background-color: #085523; }
a { background-color: rgb(8,85,35); }
div.DivClassName
{
background-color: #085523;
}
.BgClassName
{
background-color: #085523;
}
</style>
border-color css
<style>
span { border-color: #085523; }
span { border-color: rgb(8,85,35); }
td.TdClassName
{
border-color: #085523;
}
.TagClassName
{
border-color: #085523;
}
</style>