Shades of Mosque #085F59
Tints of Mosque #085F59
RGB
CMYK
RGB Variations
Color information
#085F59 (or 0x085F59) is known color: Mosque. HEX triplet: 08, 5F and 59. RGB value is (8,95,89). Sum of RGB (Red+Green+Blue) = 8+95+89=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #085F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F59 is #F7A0A6. Grayscale: #444444. Windows color (decimal): -16228519 or 5857032. OLE color: 5857032.
HSL color Cylindrical-coordinate representation of color #085F59: hue angle of 175.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F59 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 89 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.63 |
| HSL | 175.86º | 0.84% | 0.2% | - |
| HSV(B) | 175.86º | 0.92% | 0.37% | - |
| XYZ | 6 | 8.96 | 10.86 | - |
| YUV | 68.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 89 | 0.92 | 0 | 0.06 | 0.63 | 175.86 | 0.84 | 0.2 |
| Hex | 8 | 5F | 59 | 5C | 0 | 6 | 3F | B0 | 54 | 14 |
| Octal | 10 | 137 | 131 | 134 | 0 | 6 | 77 | 260 | 124 | 24 |
| Binary | 1000 | 1011111 | 1011001 | 1011100 | 0 | 110 | 111111 | 10110000 | 1010100 | 10100 |
Color Harmonies of #085F59
Complementary color
Monochromatic Colors of #085F59
Black with #085F59
Text Example
Text Example
White with #085F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F59; }
p { color: rgb(8,95,89); }
H1.HeaderClassName
{
color: #085F59;
}
.AnyTagClassName
{
color: #085F59;
}
</style>
background-color css
<style>
a { background-color: #085F59; }
a { background-color: rgb(8,95,89); }
div.DivClassName
{
background-color: #085F59;
}
.BgClassName
{
background-color: #085F59;
}
</style>
border-color css
<style>
span { border-color: #085F59; }
span { border-color: rgb(8,95,89); }
td.TdClassName
{
border-color: #085F59;
}
.TagClassName
{
border-color: #085F59;
}
</style>