Shades of Mosque #0A584D
Tints of Mosque #0A584D
RGB
CMYK
RGB Variations
Color information
#0A584D (or 0x0A584D) is known color: Mosque. HEX triplet: 0A, 58 and 4D. RGB value is (10,88,77). Sum of RGB (Red+Green+Blue) = 10+88+77=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #0A584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A584D is #F5A7B2. Grayscale: #3F3F3F. Windows color (decimal): -16099251 or 5068810. OLE color: 5068810.
HSL color Cylindrical-coordinate representation of color #0A584D: hue angle of 171.54º 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 #0A584D is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 77 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.65 |
| HSL | 171.54º | 0.8% | 0.19% | - |
| HSV(B) | 171.54º | 0.89% | 0.35% | - |
| XYZ | 4.95 | 7.58 | 8.22 | - |
| YUV | 63.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 77 | 0.89 | 0 | 0.12 | 0.65 | 171.54 | 0.8 | 0.19 |
| Hex | A | 58 | 4D | 59 | 0 | C | 41 | AC | 50 | 13 |
| Octal | 12 | 130 | 115 | 131 | 0 | 14 | 101 | 254 | 120 | 23 |
| Binary | 1010 | 1011000 | 1001101 | 1011001 | 0 | 1100 | 1000001 | 10101100 | 1010000 | 10011 |
Color Harmonies of #0A584D
Complementary color
Monochromatic Colors of #0A584D
Black with #0A584D
Text Example
Text Example
White with #0A584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A584D; }
p { color: rgb(10,88,77); }
H1.HeaderClassName
{
color: #0A584D;
}
.AnyTagClassName
{
color: #0A584D;
}
</style>
background-color css
<style>
a { background-color: #0A584D; }
a { background-color: rgb(10,88,77); }
div.DivClassName
{
background-color: #0A584D;
}
.BgClassName
{
background-color: #0A584D;
}
</style>
border-color css
<style>
span { border-color: #0A584D; }
span { border-color: rgb(10,88,77); }
td.TdClassName
{
border-color: #0A584D;
}
.TagClassName
{
border-color: #0A584D;
}
</style>