Shades of Jewel #085B41
Tints of Jewel #085B41
RGB
CMYK
RGB Variations
Color information
#085B41 (or 0x085B41) is known color: Jewel. HEX triplet: 08, 5B and 41. RGB value is (8,91,65). Sum of RGB (Red+Green+Blue) = 8+91+65=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #085B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B41 is #F7A4BE. Grayscale: #3F3F3F. Windows color (decimal): -16229567 or 4283144. OLE color: 4283144.
HSL color Cylindrical-coordinate representation of color #085B41: hue angle of 161.2º 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 #085B41 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 65 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.64 |
| HSL | 161.2º | 0.84% | 0.19% | - |
| HSV(B) | 161.2º | 0.91% | 0.36% | - |
| XYZ | 4.8 | 7.92 | 6.28 | - |
| YUV | 63.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 65 | 0.91 | 0 | 0.29 | 0.64 | 161.2 | 0.84 | 0.19 |
| Hex | 8 | 5B | 41 | 5B | 0 | 1D | 40 | A1 | 54 | 13 |
| Octal | 10 | 133 | 101 | 133 | 0 | 35 | 100 | 241 | 124 | 23 |
| Binary | 1000 | 1011011 | 1000001 | 1011011 | 0 | 11101 | 1000000 | 10100001 | 1010100 | 10011 |
Color Harmonies of #085B41
Complementary color
Monochromatic Colors of #085B41
Black with #085B41
Text Example
Text Example
White with #085B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B41; }
p { color: rgb(8,91,65); }
H1.HeaderClassName
{
color: #085B41;
}
.AnyTagClassName
{
color: #085B41;
}
</style>
background-color css
<style>
a { background-color: #085B41; }
a { background-color: rgb(8,91,65); }
div.DivClassName
{
background-color: #085B41;
}
.BgClassName
{
background-color: #085B41;
}
</style>
border-color css
<style>
span { border-color: #085B41; }
span { border-color: rgb(8,91,65); }
td.TdClassName
{
border-color: #085B41;
}
.TagClassName
{
border-color: #085B41;
}
</style>