Shades of Mosque #0A594B
Tints of Mosque #0A594B
RGB
CMYK
RGB Variations
Color information
#0A594B (or 0x0A594B) is known color: Mosque. HEX triplet: 0A, 59 and 4B. RGB value is (10,89,75). Sum of RGB (Red+Green+Blue) = 10+89+75=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #0A594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A594B is #F5A6B4. Grayscale: #3F3F3F. Windows color (decimal): -16098997 or 4937994. OLE color: 4937994.
HSL color Cylindrical-coordinate representation of color #0A594B: hue angle of 169.37º 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 #0A594B is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 75 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.65 |
| HSL | 169.37º | 0.8% | 0.19% | - |
| HSV(B) | 169.37º | 0.89% | 0.35% | - |
| XYZ | 4.97 | 7.72 | 7.88 | - |
| YUV | 63.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 75 | 0.89 | 0 | 0.16 | 0.65 | 169.37 | 0.8 | 0.19 |
| Hex | A | 59 | 4B | 59 | 0 | 10 | 41 | A9 | 50 | 13 |
| Octal | 12 | 131 | 113 | 131 | 0 | 20 | 101 | 251 | 120 | 23 |
| Binary | 1010 | 1011001 | 1001011 | 1011001 | 0 | 10000 | 1000001 | 10101001 | 1010000 | 10011 |
Color Harmonies of #0A594B
Complementary color
Monochromatic Colors of #0A594B
Black with #0A594B
Text Example
Text Example
White with #0A594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A594B; }
p { color: rgb(10,89,75); }
H1.HeaderClassName
{
color: #0A594B;
}
.AnyTagClassName
{
color: #0A594B;
}
</style>
background-color css
<style>
a { background-color: #0A594B; }
a { background-color: rgb(10,89,75); }
div.DivClassName
{
background-color: #0A594B;
}
.BgClassName
{
background-color: #0A594B;
}
</style>
border-color css
<style>
span { border-color: #0A594B; }
span { border-color: rgb(10,89,75); }
td.TdClassName
{
border-color: #0A594B;
}
.TagClassName
{
border-color: #0A594B;
}
</style>