Shades of Mosque #085C50
Tints of Mosque #085C50
RGB
CMYK
RGB Variations
Color information
#085C50 (or 0x085C50) is known color: Mosque. HEX triplet: 08, 5C and 50. RGB value is (8,92,80). Sum of RGB (Red+Green+Blue) = 8+92+80=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #085C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C50 is #F7A3AF. Grayscale: #414141. Windows color (decimal): -16229296 or 5266440. OLE color: 5266440.
HSL color Cylindrical-coordinate representation of color #085C50: hue angle of 171.43º 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 #085C50 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 80 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.64 |
| HSL | 171.43º | 0.84% | 0.2% | - |
| HSV(B) | 171.43º | 0.91% | 0.36% | - |
| XYZ | 5.38 | 8.29 | 8.91 | - |
| YUV | 65.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 80 | 0.91 | 0 | 0.13 | 0.64 | 171.43 | 0.84 | 0.2 |
| Hex | 8 | 5C | 50 | 5B | 0 | D | 40 | AB | 54 | 14 |
| Octal | 10 | 134 | 120 | 133 | 0 | 15 | 100 | 253 | 124 | 24 |
| Binary | 1000 | 1011100 | 1010000 | 1011011 | 0 | 1101 | 1000000 | 10101011 | 1010100 | 10100 |
Color Harmonies of #085C50
Complementary color
Monochromatic Colors of #085C50
Black with #085C50
Text Example
Text Example
White with #085C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C50; }
p { color: rgb(8,92,80); }
H1.HeaderClassName
{
color: #085C50;
}
.AnyTagClassName
{
color: #085C50;
}
</style>
background-color css
<style>
a { background-color: #085C50; }
a { background-color: rgb(8,92,80); }
div.DivClassName
{
background-color: #085C50;
}
.BgClassName
{
background-color: #085C50;
}
</style>
border-color css
<style>
span { border-color: #085C50; }
span { border-color: rgb(8,92,80); }
td.TdClassName
{
border-color: #085C50;
}
.TagClassName
{
border-color: #085C50;
}
</style>