Shades of Mosque #085F52
Tints of Mosque #085F52
RGB
CMYK
RGB Variations
Color information
#085F52 (or 0x085F52) is known color: Mosque. HEX triplet: 08, 5F and 52. RGB value is (8,95,82). Sum of RGB (Red+Green+Blue) = 8+95+82=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #085F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F52 is #F7A0AD. Grayscale: #434343. Windows color (decimal): -16228526 or 5398280. OLE color: 5398280.
HSL color Cylindrical-coordinate representation of color #085F52: hue angle of 171.03º 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 #085F52 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 82 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.63 |
| HSL | 171.03º | 0.84% | 0.2% | - |
| HSV(B) | 171.03º | 0.92% | 0.37% | - |
| XYZ | 5.72 | 8.85 | 9.39 | - |
| YUV | 67.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 82 | 0.92 | 0 | 0.14 | 0.63 | 171.03 | 0.84 | 0.2 |
| Hex | 8 | 5F | 52 | 5C | 0 | E | 3F | AB | 54 | 14 |
| Octal | 10 | 137 | 122 | 134 | 0 | 16 | 77 | 253 | 124 | 24 |
| Binary | 1000 | 1011111 | 1010010 | 1011100 | 0 | 1110 | 111111 | 10101011 | 1010100 | 10100 |
Color Harmonies of #085F52
Complementary color
Monochromatic Colors of #085F52
Black with #085F52
Text Example
Text Example
White with #085F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F52; }
p { color: rgb(8,95,82); }
H1.HeaderClassName
{
color: #085F52;
}
.AnyTagClassName
{
color: #085F52;
}
</style>
background-color css
<style>
a { background-color: #085F52; }
a { background-color: rgb(8,95,82); }
div.DivClassName
{
background-color: #085F52;
}
.BgClassName
{
background-color: #085F52;
}
</style>
border-color css
<style>
span { border-color: #085F52; }
span { border-color: rgb(8,95,82); }
td.TdClassName
{
border-color: #085F52;
}
.TagClassName
{
border-color: #085F52;
}
</style>