Shades of Mosque #085E60
Tints of Mosque #085E60
RGB
CMYK
RGB Variations
Color information
#085E60 (or 0x085E60) is known color: Mosque. HEX triplet: 08, 5E and 60. RGB value is (8,94,96). Sum of RGB (Red+Green+Blue) = 8+94+96=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #085E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E60 is #F7A19F. Grayscale: #444444. Windows color (decimal): -16228768 or 6315528. OLE color: 6315528.
HSL color Cylindrical-coordinate representation of color #085E60: hue angle of 181.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085E60 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 94 | 96 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.62 |
| HSL | 181.36º | 0.85% | 0.2% | - |
| HSV(B) | 181.36º | 0.92% | 0.38% | - |
| XYZ | 6.21 | 8.9 | 12.46 | - |
| YUV | 68.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 96 | 0.92 | 0.02 | 0 | 0.62 | 181.36 | 0.85 | 0.2 |
| Hex | 8 | 5E | 60 | 5C | 2 | 0 | 3E | B5 | 55 | 14 |
| Octal | 10 | 136 | 140 | 134 | 2 | 0 | 76 | 265 | 125 | 24 |
| Binary | 1000 | 1011110 | 1100000 | 1011100 | 10 | 0 | 111110 | 10110101 | 1010101 | 10100 |
Color Harmonies of #085E60
Complementary color
Monochromatic Colors of #085E60
Black with #085E60
Text Example
Text Example
White with #085E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E60; }
p { color: rgb(8,94,96); }
H1.HeaderClassName
{
color: #085E60;
}
.AnyTagClassName
{
color: #085E60;
}
</style>
background-color css
<style>
a { background-color: #085E60; }
a { background-color: rgb(8,94,96); }
div.DivClassName
{
background-color: #085E60;
}
.BgClassName
{
background-color: #085E60;
}
</style>
border-color css
<style>
span { border-color: #085E60; }
span { border-color: rgb(8,94,96); }
td.TdClassName
{
border-color: #085E60;
}
.TagClassName
{
border-color: #085E60;
}
</style>