Shades of Mosque #085C51
Tints of Mosque #085C51
RGB
CMYK
RGB Variations
Color information
#085C51 (or 0x085C51) is known color: Mosque. HEX triplet: 08, 5C and 51. RGB value is (8,92,81). Sum of RGB (Red+Green+Blue) = 8+92+81=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #085C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C51 is #F7A3AE. Grayscale: #414141. Windows color (decimal): -16229295 or 5331976. OLE color: 5331976.
HSL color Cylindrical-coordinate representation of color #085C51: hue angle of 172.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C51 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 81 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.64 |
| HSL | 172.14º | 0.84% | 0.2% | - |
| HSV(B) | 172.14º | 0.91% | 0.36% | - |
| XYZ | 5.41 | 8.3 | 9.1 | - |
| YUV | 65.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 81 | 0.91 | 0 | 0.12 | 0.64 | 172.14 | 0.84 | 0.2 |
| Hex | 8 | 5C | 51 | 5B | 0 | C | 40 | AC | 54 | 14 |
| Octal | 10 | 134 | 121 | 133 | 0 | 14 | 100 | 254 | 124 | 24 |
| Binary | 1000 | 1011100 | 1010001 | 1011011 | 0 | 1100 | 1000000 | 10101100 | 1010100 | 10100 |
Color Harmonies of #085C51
Complementary color
Monochromatic Colors of #085C51
Black with #085C51
Text Example
Text Example
White with #085C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C51; }
p { color: rgb(8,92,81); }
H1.HeaderClassName
{
color: #085C51;
}
.AnyTagClassName
{
color: #085C51;
}
</style>
background-color css
<style>
a { background-color: #085C51; }
a { background-color: rgb(8,92,81); }
div.DivClassName
{
background-color: #085C51;
}
.BgClassName
{
background-color: #085C51;
}
</style>
border-color css
<style>
span { border-color: #085C51; }
span { border-color: rgb(8,92,81); }
td.TdClassName
{
border-color: #085C51;
}
.TagClassName
{
border-color: #085C51;
}
</style>