Shades of Mosque #085F63
Tints of Mosque #085F63
RGB
CMYK
RGB Variations
Color information
#085F63 (or 0x085F63) is known color: Mosque. HEX triplet: 08, 5F and 63. RGB value is (8,95,99). Sum of RGB (Red+Green+Blue) = 8+95+99=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #085F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F63 is #F7A09C. Grayscale: #454545. Windows color (decimal): -16228509 or 6512392. OLE color: 6512392.
HSL color Cylindrical-coordinate representation of color #085F63: hue angle of 182.64º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F63 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 95 | 99 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.61 |
| HSL | 182.64º | 0.85% | 0.21% | - |
| HSV(B) | 182.64º | 0.92% | 0.39% | - |
| XYZ | 6.44 | 9.14 | 13.23 | - |
| YUV | 69.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 99 | 0.92 | 0.04 | 0 | 0.61 | 182.64 | 0.85 | 0.21 |
| Hex | 8 | 5F | 63 | 5C | 4 | 0 | 3D | B7 | 55 | 15 |
| Octal | 10 | 137 | 143 | 134 | 4 | 0 | 75 | 267 | 125 | 25 |
| Binary | 1000 | 1011111 | 1100011 | 1011100 | 100 | 0 | 111101 | 10110111 | 1010101 | 10101 |
Color Harmonies of #085F63
Complementary color
Monochromatic Colors of #085F63
Black with #085F63
Text Example
Text Example
White with #085F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F63; }
p { color: rgb(8,95,99); }
H1.HeaderClassName
{
color: #085F63;
}
.AnyTagClassName
{
color: #085F63;
}
</style>
background-color css
<style>
a { background-color: #085F63; }
a { background-color: rgb(8,95,99); }
div.DivClassName
{
background-color: #085F63;
}
.BgClassName
{
background-color: #085F63;
}
</style>
border-color css
<style>
span { border-color: #085F63; }
span { border-color: rgb(8,95,99); }
td.TdClassName
{
border-color: #085F63;
}
.TagClassName
{
border-color: #085F63;
}
</style>