Shades of Mosque #085C55
Tints of Mosque #085C55
RGB
CMYK
RGB Variations
Color information
#085C55 (or 0x085C55) is known color: Mosque. HEX triplet: 08, 5C and 55. RGB value is (8,92,85). Sum of RGB (Red+Green+Blue) = 8+92+85=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #085C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C55 is #F7A3AA. Grayscale: #424242. Windows color (decimal): -16229291 or 5594120. OLE color: 5594120.
HSL color Cylindrical-coordinate representation of color #085C55: hue angle of 175º 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 #085C55 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 85 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.64 |
| HSL | 175º | 0.84% | 0.2% | - |
| HSV(B) | 175º | 0.91% | 0.36% | - |
| XYZ | 5.57 | 8.36 | 9.91 | - |
| YUV | 66.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 85 | 0.91 | 0 | 0.08 | 0.64 | 175 | 0.84 | 0.2 |
| Hex | 8 | 5C | 55 | 5B | 0 | 8 | 40 | AF | 54 | 14 |
| Octal | 10 | 134 | 125 | 133 | 0 | 10 | 100 | 257 | 124 | 24 |
| Binary | 1000 | 1011100 | 1010101 | 1011011 | 0 | 1000 | 1000000 | 10101111 | 1010100 | 10100 |
Color Harmonies of #085C55
Complementary color
Monochromatic Colors of #085C55
Black with #085C55
Text Example
Text Example
White with #085C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C55; }
p { color: rgb(8,92,85); }
H1.HeaderClassName
{
color: #085C55;
}
.AnyTagClassName
{
color: #085C55;
}
</style>
background-color css
<style>
a { background-color: #085C55; }
a { background-color: rgb(8,92,85); }
div.DivClassName
{
background-color: #085C55;
}
.BgClassName
{
background-color: #085C55;
}
</style>
border-color css
<style>
span { border-color: #085C55; }
span { border-color: rgb(8,92,85); }
td.TdClassName
{
border-color: #085C55;
}
.TagClassName
{
border-color: #085C55;
}
</style>