Shades of Mosque #085F62
Tints of Mosque #085F62
RGB
CMYK
RGB Variations
Color information
#085F62 (or 0x085F62) is known color: Mosque. HEX triplet: 08, 5F and 62. RGB value is (8,95,98). Sum of RGB (Red+Green+Blue) = 8+95+98=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #085F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F62 is #F7A09D. Grayscale: #454545. Windows color (decimal): -16228510 or 6446856. OLE color: 6446856.
HSL color Cylindrical-coordinate representation of color #085F62: hue angle of 182º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F62 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 95 | 98 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.62 |
| HSL | 182º | 0.85% | 0.21% | - |
| HSV(B) | 182º | 0.92% | 0.38% | - |
| XYZ | 6.4 | 9.12 | 12.98 | - |
| YUV | 69.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 98 | 0.92 | 0.03 | 0 | 0.62 | 182 | 0.85 | 0.21 |
| Hex | 8 | 5F | 62 | 5C | 3 | 0 | 3E | B6 | 55 | 15 |
| Octal | 10 | 137 | 142 | 134 | 3 | 0 | 76 | 266 | 125 | 25 |
| Binary | 1000 | 1011111 | 1100010 | 1011100 | 11 | 0 | 111110 | 10110110 | 1010101 | 10101 |
Color Harmonies of #085F62
Complementary color
Monochromatic Colors of #085F62
Black with #085F62
Text Example
Text Example
White with #085F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F62; }
p { color: rgb(8,95,98); }
H1.HeaderClassName
{
color: #085F62;
}
.AnyTagClassName
{
color: #085F62;
}
</style>
background-color css
<style>
a { background-color: #085F62; }
a { background-color: rgb(8,95,98); }
div.DivClassName
{
background-color: #085F62;
}
.BgClassName
{
background-color: #085F62;
}
</style>
border-color css
<style>
span { border-color: #085F62; }
span { border-color: rgb(8,95,98); }
td.TdClassName
{
border-color: #085F62;
}
.TagClassName
{
border-color: #085F62;
}
</style>