Shades of Mosque #085F5D
Tints of Mosque #085F5D
RGB
CMYK
RGB Variations
Color information
#085F5D (or 0x085F5D) is known color: Mosque. HEX triplet: 08, 5F and 5D. RGB value is (8,95,93). Sum of RGB (Red+Green+Blue) = 8+95+93=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #085F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F5D is #F7A0A2. Grayscale: #444444. Windows color (decimal): -16228515 or 6119176. OLE color: 6119176.
HSL color Cylindrical-coordinate representation of color #085F5D: hue angle of 178.62º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F5D is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 93 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.63 |
| HSL | 178.62º | 0.84% | 0.2% | - |
| HSV(B) | 178.62º | 0.92% | 0.37% | - |
| XYZ | 6.17 | 9.03 | 11.77 | - |
| YUV | 68.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 93 | 0.92 | 0 | 0.02 | 0.63 | 178.62 | 0.84 | 0.2 |
| Hex | 8 | 5F | 5D | 5C | 0 | 2 | 3F | B3 | 54 | 14 |
| Octal | 10 | 137 | 135 | 134 | 0 | 2 | 77 | 263 | 124 | 24 |
| Binary | 1000 | 1011111 | 1011101 | 1011100 | 0 | 10 | 111111 | 10110011 | 1010100 | 10100 |
Color Harmonies of #085F5D
Complementary color
Monochromatic Colors of #085F5D
Black with #085F5D
Text Example
Text Example
White with #085F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F5D; }
p { color: rgb(8,95,93); }
H1.HeaderClassName
{
color: #085F5D;
}
.AnyTagClassName
{
color: #085F5D;
}
</style>
background-color css
<style>
a { background-color: #085F5D; }
a { background-color: rgb(8,95,93); }
div.DivClassName
{
background-color: #085F5D;
}
.BgClassName
{
background-color: #085F5D;
}
</style>
border-color css
<style>
span { border-color: #085F5D; }
span { border-color: rgb(8,95,93); }
td.TdClassName
{
border-color: #085F5D;
}
.TagClassName
{
border-color: #085F5D;
}
</style>