Shades of Jewel #085843
Tints of Jewel #085843
RGB
CMYK
RGB Variations
Color information
#085843 (or 0x085843) is known color: Jewel. HEX triplet: 08, 58 and 43. RGB value is (8,88,67). Sum of RGB (Red+Green+Blue) = 8+88+67=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #085843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085843 is #F7A7BC. Grayscale: #3D3D3D. Windows color (decimal): -16230333 or 4413448. OLE color: 4413448.
HSL color Cylindrical-coordinate representation of color #085843: hue angle of 164.25º 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 #085843 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 67 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.65 |
| HSL | 164.25º | 0.83% | 0.19% | - |
| HSV(B) | 164.25º | 0.91% | 0.35% | - |
| XYZ | 4.6 | 7.44 | 6.5 | - |
| YUV | 61.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 67 | 0.91 | 0 | 0.24 | 0.65 | 164.25 | 0.83 | 0.19 |
| Hex | 8 | 58 | 43 | 5B | 0 | 18 | 41 | A4 | 53 | 13 |
| Octal | 10 | 130 | 103 | 133 | 0 | 30 | 101 | 244 | 123 | 23 |
| Binary | 1000 | 1011000 | 1000011 | 1011011 | 0 | 11000 | 1000001 | 10100100 | 1010011 | 10011 |
Color Harmonies of #085843
Complementary color
Monochromatic Colors of #085843
Black with #085843
Text Example
Text Example
White with #085843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085843; }
p { color: rgb(8,88,67); }
H1.HeaderClassName
{
color: #085843;
}
.AnyTagClassName
{
color: #085843;
}
</style>
background-color css
<style>
a { background-color: #085843; }
a { background-color: rgb(8,88,67); }
div.DivClassName
{
background-color: #085843;
}
.BgClassName
{
background-color: #085843;
}
</style>
border-color css
<style>
span { border-color: #085843; }
span { border-color: rgb(8,88,67); }
td.TdClassName
{
border-color: #085843;
}
.TagClassName
{
border-color: #085843;
}
</style>