Shades of Mosque #085D63
Tints of Mosque #085D63
RGB
CMYK
RGB Variations
Color information
#085D63 (or 0x085D63) is known color: Mosque. HEX triplet: 08, 5D and 63. RGB value is (8,93,99). Sum of RGB (Red+Green+Blue) = 8+93+99=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #085D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D63 is #F7A29C. Grayscale: #444444. Windows color (decimal): -16229021 or 6511880. OLE color: 6511880.
HSL color Cylindrical-coordinate representation of color #085D63: hue angle of 183.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085D63 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 93 | 99 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.61 |
| HSL | 183.96º | 0.85% | 0.21% | - |
| HSV(B) | 183.96º | 0.92% | 0.39% | - |
| XYZ | 6.27 | 8.78 | 13.17 | - |
| YUV | 68.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 99 | 0.92 | 0.06 | 0 | 0.61 | 183.96 | 0.85 | 0.21 |
| Hex | 8 | 5D | 63 | 5C | 6 | 0 | 3D | B8 | 55 | 15 |
| Octal | 10 | 135 | 143 | 134 | 6 | 0 | 75 | 270 | 125 | 25 |
| Binary | 1000 | 1011101 | 1100011 | 1011100 | 110 | 0 | 111101 | 10111000 | 1010101 | 10101 |
Color Harmonies of #085D63
Complementary color
Monochromatic Colors of #085D63
Black with #085D63
Text Example
Text Example
White with #085D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D63; }
p { color: rgb(8,93,99); }
H1.HeaderClassName
{
color: #085D63;
}
.AnyTagClassName
{
color: #085D63;
}
</style>
background-color css
<style>
a { background-color: #085D63; }
a { background-color: rgb(8,93,99); }
div.DivClassName
{
background-color: #085D63;
}
.BgClassName
{
background-color: #085D63;
}
</style>
border-color css
<style>
span { border-color: #085D63; }
span { border-color: rgb(8,93,99); }
td.TdClassName
{
border-color: #085D63;
}
.TagClassName
{
border-color: #085D63;
}
</style>