Shades of Mosque #085B52
Tints of Mosque #085B52
RGB
CMYK
RGB Variations
Color information
#085B52 (or 0x085B52) is known color: Mosque. HEX triplet: 08, 5B and 52. RGB value is (8,91,82). Sum of RGB (Red+Green+Blue) = 8+91+82=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #085B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B52 is #F7A4AD. Grayscale: #414141. Windows color (decimal): -16229550 or 5397256. OLE color: 5397256.
HSL color Cylindrical-coordinate representation of color #085B52: hue angle of 173.49º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B52 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 82 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.64 |
| HSL | 173.49º | 0.84% | 0.19% | - |
| HSV(B) | 173.49º | 0.91% | 0.36% | - |
| XYZ | 5.36 | 8.14 | 9.27 | - |
| YUV | 65.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 82 | 0.91 | 0 | 0.10 | 0.64 | 173.49 | 0.84 | 0.19 |
| Hex | 8 | 5B | 52 | 5B | 0 | A | 40 | AD | 54 | 13 |
| Octal | 10 | 133 | 122 | 133 | 0 | 12 | 100 | 255 | 124 | 23 |
| Binary | 1000 | 1011011 | 1010010 | 1011011 | 0 | 1010 | 1000000 | 10101101 | 1010100 | 10011 |
Color Harmonies of #085B52
Complementary color
Monochromatic Colors of #085B52
Black with #085B52
Text Example
Text Example
White with #085B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B52; }
p { color: rgb(8,91,82); }
H1.HeaderClassName
{
color: #085B52;
}
.AnyTagClassName
{
color: #085B52;
}
</style>
background-color css
<style>
a { background-color: #085B52; }
a { background-color: rgb(8,91,82); }
div.DivClassName
{
background-color: #085B52;
}
.BgClassName
{
background-color: #085B52;
}
</style>
border-color css
<style>
span { border-color: #085B52; }
span { border-color: rgb(8,91,82); }
td.TdClassName
{
border-color: #085B52;
}
.TagClassName
{
border-color: #085B52;
}
</style>