Shades of Mosque #085B61
Tints of Mosque #085B61
RGB
CMYK
RGB Variations
Color information
#085B61 (or 0x085B61) is known color: Mosque. HEX triplet: 08, 5B and 61. RGB value is (8,91,97). Sum of RGB (Red+Green+Blue) = 8+91+97=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #085B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B61 is #F7A49E. Grayscale: #424242. Windows color (decimal): -16229535 or 6380296. OLE color: 6380296.
HSL color Cylindrical-coordinate representation of color #085B61: hue angle of 184.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085B61 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 91 | 97 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.62 |
| HSL | 184.04º | 0.85% | 0.21% | - |
| HSV(B) | 184.04º | 0.92% | 0.38% | - |
| XYZ | 6 | 8.4 | 12.61 | - |
| YUV | 66.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 97 | 0.92 | 0.06 | 0 | 0.62 | 184.04 | 0.85 | 0.21 |
| Hex | 8 | 5B | 61 | 5C | 6 | 0 | 3E | B8 | 55 | 15 |
| Octal | 10 | 133 | 141 | 134 | 6 | 0 | 76 | 270 | 125 | 25 |
| Binary | 1000 | 1011011 | 1100001 | 1011100 | 110 | 0 | 111110 | 10111000 | 1010101 | 10101 |
Color Harmonies of #085B61
Complementary color
Monochromatic Colors of #085B61
Black with #085B61
Text Example
Text Example
White with #085B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B61; }
p { color: rgb(8,91,97); }
H1.HeaderClassName
{
color: #085B61;
}
.AnyTagClassName
{
color: #085B61;
}
</style>
background-color css
<style>
a { background-color: #085B61; }
a { background-color: rgb(8,91,97); }
div.DivClassName
{
background-color: #085B61;
}
.BgClassName
{
background-color: #085B61;
}
</style>
border-color css
<style>
span { border-color: #085B61; }
span { border-color: rgb(8,91,97); }
td.TdClassName
{
border-color: #085B61;
}
.TagClassName
{
border-color: #085B61;
}
</style>