Shades of Jewel #085844
Tints of Jewel #085844
RGB
CMYK
RGB Variations
Color information
#085844 (or 0x085844) is known color: Jewel. HEX triplet: 08, 58 and 44. RGB value is (8,88,68). Sum of RGB (Red+Green+Blue) = 8+88+68=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #085844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085844 is #F7A7BB. Grayscale: #3D3D3D. Windows color (decimal): -16230332 or 4478984. OLE color: 4478984.
HSL color Cylindrical-coordinate representation of color #085844: hue angle of 165º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085844 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 68 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.65 |
| HSL | 165º | 0.83% | 0.19% | - |
| HSV(B) | 165º | 0.91% | 0.35% | - |
| XYZ | 4.63 | 7.45 | 6.66 | - |
| YUV | 61.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 68 | 0.91 | 0 | 0.23 | 0.65 | 165 | 0.83 | 0.19 |
| Hex | 8 | 58 | 44 | 5B | 0 | 17 | 41 | A5 | 53 | 13 |
| Octal | 10 | 130 | 104 | 133 | 0 | 27 | 101 | 245 | 123 | 23 |
| Binary | 1000 | 1011000 | 1000100 | 1011011 | 0 | 10111 | 1000001 | 10100101 | 1010011 | 10011 |
Color Harmonies of #085844
Complementary color
Monochromatic Colors of #085844
Black with #085844
Text Example
Text Example
White with #085844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085844; }
p { color: rgb(8,88,68); }
H1.HeaderClassName
{
color: #085844;
}
.AnyTagClassName
{
color: #085844;
}
</style>
background-color css
<style>
a { background-color: #085844; }
a { background-color: rgb(8,88,68); }
div.DivClassName
{
background-color: #085844;
}
.BgClassName
{
background-color: #085844;
}
</style>
border-color css
<style>
span { border-color: #085844; }
span { border-color: rgb(8,88,68); }
td.TdClassName
{
border-color: #085844;
}
.TagClassName
{
border-color: #085844;
}
</style>