Shades of Mosque #085A4D
Tints of Mosque #085A4D
RGB
CMYK
RGB Variations
Color information
#085A4D (or 0x085A4D) is known color: Mosque. HEX triplet: 08, 5A and 4D. RGB value is (8,90,77). Sum of RGB (Red+Green+Blue) = 8+90+77=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #085A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A4D is #F7A5B2. Grayscale: #3F3F3F. Windows color (decimal): -16229811 or 5069320. OLE color: 5069320.
HSL color Cylindrical-coordinate representation of color #085A4D: hue angle of 170.49º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A4D is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 77 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.65 |
| HSL | 170.49º | 0.84% | 0.19% | - |
| HSV(B) | 170.49º | 0.91% | 0.35% | - |
| XYZ | 5.1 | 7.9 | 8.28 | - |
| YUV | 64 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 77 | 0.91 | 0 | 0.14 | 0.65 | 170.49 | 0.84 | 0.19 |
| Hex | 8 | 5A | 4D | 5B | 0 | E | 41 | AA | 54 | 13 |
| Octal | 10 | 132 | 115 | 133 | 0 | 16 | 101 | 252 | 124 | 23 |
| Binary | 1000 | 1011010 | 1001101 | 1011011 | 0 | 1110 | 1000001 | 10101010 | 1010100 | 10011 |
Color Harmonies of #085A4D
Complementary color
Monochromatic Colors of #085A4D
Black with #085A4D
Text Example
Text Example
White with #085A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A4D; }
p { color: rgb(8,90,77); }
H1.HeaderClassName
{
color: #085A4D;
}
.AnyTagClassName
{
color: #085A4D;
}
</style>
background-color css
<style>
a { background-color: #085A4D; }
a { background-color: rgb(8,90,77); }
div.DivClassName
{
background-color: #085A4D;
}
.BgClassName
{
background-color: #085A4D;
}
</style>
border-color css
<style>
span { border-color: #085A4D; }
span { border-color: rgb(8,90,77); }
td.TdClassName
{
border-color: #085A4D;
}
.TagClassName
{
border-color: #085A4D;
}
</style>