Shades of Mosque #085A4E
Tints of Mosque #085A4E
RGB
CMYK
RGB Variations
Color information
#085A4E (or 0x085A4E) is known color: Mosque. HEX triplet: 08, 5A and 4E. RGB value is (8,90,78). Sum of RGB (Red+Green+Blue) = 8+90+78=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #085A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A4E is #F7A5B1. Grayscale: #404040. Windows color (decimal): -16229810 or 5134856. OLE color: 5134856.
HSL color Cylindrical-coordinate representation of color #085A4E: hue angle of 171.22º 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 #085A4E is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 78 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.65 |
| HSL | 171.22º | 0.84% | 0.19% | - |
| HSV(B) | 171.22º | 0.91% | 0.35% | - |
| XYZ | 5.13 | 7.91 | 8.46 | - |
| YUV | 64.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 78 | 0.91 | 0 | 0.13 | 0.65 | 171.22 | 0.84 | 0.19 |
| Hex | 8 | 5A | 4E | 5B | 0 | D | 41 | AB | 54 | 13 |
| Octal | 10 | 132 | 116 | 133 | 0 | 15 | 101 | 253 | 124 | 23 |
| Binary | 1000 | 1011010 | 1001110 | 1011011 | 0 | 1101 | 1000001 | 10101011 | 1010100 | 10011 |
Color Harmonies of #085A4E
Complementary color
Monochromatic Colors of #085A4E
Black with #085A4E
Text Example
Text Example
White with #085A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A4E; }
p { color: rgb(8,90,78); }
H1.HeaderClassName
{
color: #085A4E;
}
.AnyTagClassName
{
color: #085A4E;
}
</style>
background-color css
<style>
a { background-color: #085A4E; }
a { background-color: rgb(8,90,78); }
div.DivClassName
{
background-color: #085A4E;
}
.BgClassName
{
background-color: #085A4E;
}
</style>
border-color css
<style>
span { border-color: #085A4E; }
span { border-color: rgb(8,90,78); }
td.TdClassName
{
border-color: #085A4E;
}
.TagClassName
{
border-color: #085A4E;
}
</style>