Shades of Mosque #085C4D
Tints of Mosque #085C4D
RGB
CMYK
RGB Variations
Color information
#085C4D (or 0x085C4D) is known color: Mosque. HEX triplet: 08, 5C and 4D. RGB value is (8,92,77). Sum of RGB (Red+Green+Blue) = 8+92+77=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #085C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C4D is #F7A3B2. Grayscale: #414141. Windows color (decimal): -16229299 or 5069832. OLE color: 5069832.
HSL color Cylindrical-coordinate representation of color #085C4D: hue angle of 169.29º 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 #085C4D is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 77 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.64 |
| HSL | 169.29º | 0.84% | 0.2% | - |
| HSV(B) | 169.29º | 0.91% | 0.36% | - |
| XYZ | 5.27 | 8.24 | 8.33 | - |
| YUV | 65.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 77 | 0.91 | 0 | 0.16 | 0.64 | 169.29 | 0.84 | 0.2 |
| Hex | 8 | 5C | 4D | 5B | 0 | 10 | 40 | A9 | 54 | 14 |
| Octal | 10 | 134 | 115 | 133 | 0 | 20 | 100 | 251 | 124 | 24 |
| Binary | 1000 | 1011100 | 1001101 | 1011011 | 0 | 10000 | 1000000 | 10101001 | 1010100 | 10100 |
Color Harmonies of #085C4D
Complementary color
Monochromatic Colors of #085C4D
Black with #085C4D
Text Example
Text Example
White with #085C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C4D; }
p { color: rgb(8,92,77); }
H1.HeaderClassName
{
color: #085C4D;
}
.AnyTagClassName
{
color: #085C4D;
}
</style>
background-color css
<style>
a { background-color: #085C4D; }
a { background-color: rgb(8,92,77); }
div.DivClassName
{
background-color: #085C4D;
}
.BgClassName
{
background-color: #085C4D;
}
</style>
border-color css
<style>
span { border-color: #085C4D; }
span { border-color: rgb(8,92,77); }
td.TdClassName
{
border-color: #085C4D;
}
.TagClassName
{
border-color: #085C4D;
}
</style>