Shades of Mosque #085F58
Tints of Mosque #085F58
RGB
CMYK
RGB Variations
Color information
#085F58 (or 0x085F58) is known color: Mosque. HEX triplet: 08, 5F and 58. RGB value is (8,95,88). Sum of RGB (Red+Green+Blue) = 8+95+88=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #085F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F58 is #F7A0A7. Grayscale: #444444. Windows color (decimal): -16228520 or 5791496. OLE color: 5791496.
HSL color Cylindrical-coordinate representation of color #085F58: hue angle of 175.17º 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 #085F58 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 88 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.63 |
| HSL | 175.17º | 0.84% | 0.2% | - |
| HSV(B) | 175.17º | 0.92% | 0.37% | - |
| XYZ | 5.95 | 8.94 | 10.64 | - |
| YUV | 68.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 88 | 0.92 | 0 | 0.07 | 0.63 | 175.17 | 0.84 | 0.2 |
| Hex | 8 | 5F | 58 | 5C | 0 | 7 | 3F | AF | 54 | 14 |
| Octal | 10 | 137 | 130 | 134 | 0 | 7 | 77 | 257 | 124 | 24 |
| Binary | 1000 | 1011111 | 1011000 | 1011100 | 0 | 111 | 111111 | 10101111 | 1010100 | 10100 |
Color Harmonies of #085F58
Complementary color
Monochromatic Colors of #085F58
Black with #085F58
Text Example
Text Example
White with #085F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F58; }
p { color: rgb(8,95,88); }
H1.HeaderClassName
{
color: #085F58;
}
.AnyTagClassName
{
color: #085F58;
}
</style>
background-color css
<style>
a { background-color: #085F58; }
a { background-color: rgb(8,95,88); }
div.DivClassName
{
background-color: #085F58;
}
.BgClassName
{
background-color: #085F58;
}
</style>
border-color css
<style>
span { border-color: #085F58; }
span { border-color: rgb(8,95,88); }
td.TdClassName
{
border-color: #085F58;
}
.TagClassName
{
border-color: #085F58;
}
</style>