Shades of Mosque #085A5E
Tints of Mosque #085A5E
RGB
CMYK
RGB Variations
Color information
#085A5E (or 0x085A5E) is known color: Mosque. HEX triplet: 08, 5A and 5E. RGB value is (8,90,94). Sum of RGB (Red+Green+Blue) = 8+90+94=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #085A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A5E is #F7A5A1. Grayscale: #414141. Windows color (decimal): -16229794 or 6183432. OLE color: 6183432.
HSL color Cylindrical-coordinate representation of color #085A5E: hue angle of 182.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A5E is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 90 | 94 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.63 |
| HSL | 182.79º | 0.84% | 0.2% | - |
| HSV(B) | 182.79º | 0.91% | 0.37% | - |
| XYZ | 5.78 | 8.17 | 11.86 | - |
| YUV | 65.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 94 | 0.91 | 0.04 | 0 | 0.63 | 182.79 | 0.84 | 0.2 |
| Hex | 8 | 5A | 5E | 5B | 4 | 0 | 3F | B7 | 54 | 14 |
| Octal | 10 | 132 | 136 | 133 | 4 | 0 | 77 | 267 | 124 | 24 |
| Binary | 1000 | 1011010 | 1011110 | 1011011 | 100 | 0 | 111111 | 10110111 | 1010100 | 10100 |
Color Harmonies of #085A5E
Complementary color
Monochromatic Colors of #085A5E
Black with #085A5E
Text Example
Text Example
White with #085A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A5E; }
p { color: rgb(8,90,94); }
H1.HeaderClassName
{
color: #085A5E;
}
.AnyTagClassName
{
color: #085A5E;
}
</style>
background-color css
<style>
a { background-color: #085A5E; }
a { background-color: rgb(8,90,94); }
div.DivClassName
{
background-color: #085A5E;
}
.BgClassName
{
background-color: #085A5E;
}
</style>
border-color css
<style>
span { border-color: #085A5E; }
span { border-color: rgb(8,90,94); }
td.TdClassName
{
border-color: #085A5E;
}
.TagClassName
{
border-color: #085A5E;
}
</style>