Shades of Mosque #085F51
Tints of Mosque #085F51
RGB
CMYK
RGB Variations
Color information
#085F51 (or 0x085F51) is known color: Mosque. HEX triplet: 08, 5F and 51. RGB value is (8,95,81). Sum of RGB (Red+Green+Blue) = 8+95+81=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #085F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F51 is #F7A0AE. Grayscale: #434343. Windows color (decimal): -16228527 or 5332744. OLE color: 5332744.
HSL color Cylindrical-coordinate representation of color #085F51: hue angle of 170.34º 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 #085F51 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 81 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.63 |
| HSL | 170.34º | 0.84% | 0.2% | - |
| HSV(B) | 170.34º | 0.92% | 0.37% | - |
| XYZ | 5.68 | 8.83 | 9.19 | - |
| YUV | 67.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 81 | 0.92 | 0 | 0.15 | 0.63 | 170.34 | 0.84 | 0.2 |
| Hex | 8 | 5F | 51 | 5C | 0 | F | 3F | AA | 54 | 14 |
| Octal | 10 | 137 | 121 | 134 | 0 | 17 | 77 | 252 | 124 | 24 |
| Binary | 1000 | 1011111 | 1010001 | 1011100 | 0 | 1111 | 111111 | 10101010 | 1010100 | 10100 |
Color Harmonies of #085F51
Complementary color
Monochromatic Colors of #085F51
Black with #085F51
Text Example
Text Example
White with #085F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F51; }
p { color: rgb(8,95,81); }
H1.HeaderClassName
{
color: #085F51;
}
.AnyTagClassName
{
color: #085F51;
}
</style>
background-color css
<style>
a { background-color: #085F51; }
a { background-color: rgb(8,95,81); }
div.DivClassName
{
background-color: #085F51;
}
.BgClassName
{
background-color: #085F51;
}
</style>
border-color css
<style>
span { border-color: #085F51; }
span { border-color: rgb(8,95,81); }
td.TdClassName
{
border-color: #085F51;
}
.TagClassName
{
border-color: #085F51;
}
</style>