Shades of Jewel #085B45
Tints of Jewel #085B45
RGB
CMYK
RGB Variations
Color information
#085B45 (or 0x085B45) is known color: Jewel. HEX triplet: 08, 5B and 45. RGB value is (8,91,69). Sum of RGB (Red+Green+Blue) = 8+91+69=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #085B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B45 is #F7A4BA. Grayscale: #3F3F3F. Windows color (decimal): -16229563 or 4545288. OLE color: 4545288.
HSL color Cylindrical-coordinate representation of color #085B45: hue angle of 164.1º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B45 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 69 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.64 |
| HSL | 164.1º | 0.84% | 0.19% | - |
| HSV(B) | 164.1º | 0.91% | 0.36% | - |
| XYZ | 4.92 | 7.96 | 6.91 | - |
| YUV | 63.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 69 | 0.91 | 0 | 0.24 | 0.64 | 164.1 | 0.84 | 0.19 |
| Hex | 8 | 5B | 45 | 5B | 0 | 18 | 40 | A4 | 54 | 13 |
| Octal | 10 | 133 | 105 | 133 | 0 | 30 | 100 | 244 | 124 | 23 |
| Binary | 1000 | 1011011 | 1000101 | 1011011 | 0 | 11000 | 1000000 | 10100100 | 1010100 | 10011 |
Color Harmonies of #085B45
Complementary color
Monochromatic Colors of #085B45
Black with #085B45
Text Example
Text Example
White with #085B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B45; }
p { color: rgb(8,91,69); }
H1.HeaderClassName
{
color: #085B45;
}
.AnyTagClassName
{
color: #085B45;
}
</style>
background-color css
<style>
a { background-color: #085B45; }
a { background-color: rgb(8,91,69); }
div.DivClassName
{
background-color: #085B45;
}
.BgClassName
{
background-color: #085B45;
}
</style>
border-color css
<style>
span { border-color: #085B45; }
span { border-color: rgb(8,91,69); }
td.TdClassName
{
border-color: #085B45;
}
.TagClassName
{
border-color: #085B45;
}
</style>