Shades of Mosque #0A5955
Tints of Mosque #0A5955
RGB
CMYK
RGB Variations
Color information
#0A5955 (or 0x0A5955) is known color: Mosque. HEX triplet: 0A, 59 and 55. RGB value is (10,89,85). Sum of RGB (Red+Green+Blue) = 10+89+85=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5955 is #F5A6AA. Grayscale: #404040. Windows color (decimal): -16098987 or 5593354. OLE color: 5593354.
HSL color Cylindrical-coordinate representation of color #0A5955: hue angle of 176.96º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5955 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 85 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.65 |
| HSL | 176.96º | 0.8% | 0.19% | - |
| HSV(B) | 176.96º | 0.89% | 0.35% | - |
| XYZ | 5.34 | 7.87 | 9.83 | - |
| YUV | 64.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 85 | 0.89 | 0 | 0.04 | 0.65 | 176.96 | 0.8 | 0.19 |
| Hex | A | 59 | 55 | 59 | 0 | 4 | 41 | B1 | 50 | 13 |
| Octal | 12 | 131 | 125 | 131 | 0 | 4 | 101 | 261 | 120 | 23 |
| Binary | 1010 | 1011001 | 1010101 | 1011001 | 0 | 100 | 1000001 | 10110001 | 1010000 | 10011 |
Color Harmonies of #0A5955
Complementary color
Monochromatic Colors of #0A5955
Black with #0A5955
Text Example
Text Example
White with #0A5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5955; }
p { color: rgb(10,89,85); }
H1.HeaderClassName
{
color: #0A5955;
}
.AnyTagClassName
{
color: #0A5955;
}
</style>
background-color css
<style>
a { background-color: #0A5955; }
a { background-color: rgb(10,89,85); }
div.DivClassName
{
background-color: #0A5955;
}
.BgClassName
{
background-color: #0A5955;
}
</style>
border-color css
<style>
span { border-color: #0A5955; }
span { border-color: rgb(10,89,85); }
td.TdClassName
{
border-color: #0A5955;
}
.TagClassName
{
border-color: #0A5955;
}
</style>