Shades of Mosque #085B4E
Tints of Mosque #085B4E
RGB
CMYK
RGB Variations
Color information
#085B4E (or 0x085B4E) is known color: Mosque. HEX triplet: 08, 5B and 4E. RGB value is (8,91,78). Sum of RGB (Red+Green+Blue) = 8+91+78=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #085B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B4E is #F7A4B1. Grayscale: #404040. Windows color (decimal): -16229554 or 5135112. OLE color: 5135112.
HSL color Cylindrical-coordinate representation of color #085B4E: hue angle of 170.6º 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 #085B4E is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 78 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.64 |
| HSL | 170.6º | 0.84% | 0.19% | - |
| HSV(B) | 170.6º | 0.91% | 0.36% | - |
| XYZ | 5.22 | 8.08 | 8.49 | - |
| YUV | 64.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 78 | 0.91 | 0 | 0.14 | 0.64 | 170.6 | 0.84 | 0.19 |
| Hex | 8 | 5B | 4E | 5B | 0 | E | 40 | AB | 54 | 13 |
| Octal | 10 | 133 | 116 | 133 | 0 | 16 | 100 | 253 | 124 | 23 |
| Binary | 1000 | 1011011 | 1001110 | 1011011 | 0 | 1110 | 1000000 | 10101011 | 1010100 | 10011 |
Color Harmonies of #085B4E
Complementary color
Monochromatic Colors of #085B4E
Black with #085B4E
Text Example
Text Example
White with #085B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B4E; }
p { color: rgb(8,91,78); }
H1.HeaderClassName
{
color: #085B4E;
}
.AnyTagClassName
{
color: #085B4E;
}
</style>
background-color css
<style>
a { background-color: #085B4E; }
a { background-color: rgb(8,91,78); }
div.DivClassName
{
background-color: #085B4E;
}
.BgClassName
{
background-color: #085B4E;
}
</style>
border-color css
<style>
span { border-color: #085B4E; }
span { border-color: rgb(8,91,78); }
td.TdClassName
{
border-color: #085B4E;
}
.TagClassName
{
border-color: #085B4E;
}
</style>