Shades of Jewel #085A40
Tints of Jewel #085A40
RGB
CMYK
RGB Variations
Color information
#085A40 (or 0x085A40) is known color: Jewel. HEX triplet: 08, 5A and 40. RGB value is (8,90,64). Sum of RGB (Red+Green+Blue) = 8+90+64=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #085A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A40 is #F7A5BF. Grayscale: #3E3E3E. Windows color (decimal): -16229824 or 4217352. OLE color: 4217352.
HSL color Cylindrical-coordinate representation of color #085A40: hue angle of 160.98º degrees, saturation: 0.84, 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 #085A40 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 64 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.65 |
| HSL | 160.98º | 0.84% | 0.19% | - |
| HSV(B) | 160.98º | 0.91% | 0.35% | - |
| XYZ | 4.68 | 7.73 | 6.1 | - |
| YUV | 62.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 64 | 0.91 | 0 | 0.29 | 0.65 | 160.98 | 0.84 | 0.19 |
| Hex | 8 | 5A | 40 | 5B | 0 | 1D | 41 | A1 | 54 | 13 |
| Octal | 10 | 132 | 100 | 133 | 0 | 35 | 101 | 241 | 124 | 23 |
| Binary | 1000 | 1011010 | 1000000 | 1011011 | 0 | 11101 | 1000001 | 10100001 | 1010100 | 10011 |
Color Harmonies of #085A40
Complementary color
Monochromatic Colors of #085A40
Black with #085A40
Text Example
Text Example
White with #085A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A40; }
p { color: rgb(8,90,64); }
H1.HeaderClassName
{
color: #085A40;
}
.AnyTagClassName
{
color: #085A40;
}
</style>
background-color css
<style>
a { background-color: #085A40; }
a { background-color: rgb(8,90,64); }
div.DivClassName
{
background-color: #085A40;
}
.BgClassName
{
background-color: #085A40;
}
</style>
border-color css
<style>
span { border-color: #085A40; }
span { border-color: rgb(8,90,64); }
td.TdClassName
{
border-color: #085A40;
}
.TagClassName
{
border-color: #085A40;
}
</style>