Shades of Mosque #0A5A52
Tints of Mosque #0A5A52
RGB
CMYK
RGB Variations
Color information
#0A5A52 (or 0x0A5A52) is known color: Mosque. HEX triplet: 0A, 5A and 52. RGB value is (10,90,82). Sum of RGB (Red+Green+Blue) = 10+90+82=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A52 is #F5A5AD. Grayscale: #414141. Windows color (decimal): -16098734 or 5397002. OLE color: 5397002.
HSL color Cylindrical-coordinate representation of color #0A5A52: hue angle of 174º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A52 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 82 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.65 |
| HSL | 174º | 0.8% | 0.2% | - |
| HSV(B) | 174º | 0.89% | 0.35% | - |
| XYZ | 5.3 | 7.99 | 9.24 | - |
| YUV | 65.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 82 | 0.89 | 0 | 0.09 | 0.65 | 174 | 0.8 | 0.2 |
| Hex | A | 5A | 52 | 59 | 0 | 9 | 41 | AE | 50 | 14 |
| Octal | 12 | 132 | 122 | 131 | 0 | 11 | 101 | 256 | 120 | 24 |
| Binary | 1010 | 1011010 | 1010010 | 1011001 | 0 | 1001 | 1000001 | 10101110 | 1010000 | 10100 |
Color Harmonies of #0A5A52
Complementary color
Monochromatic Colors of #0A5A52
Black with #0A5A52
Text Example
Text Example
White with #0A5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A52; }
p { color: rgb(10,90,82); }
H1.HeaderClassName
{
color: #0A5A52;
}
.AnyTagClassName
{
color: #0A5A52;
}
</style>
background-color css
<style>
a { background-color: #0A5A52; }
a { background-color: rgb(10,90,82); }
div.DivClassName
{
background-color: #0A5A52;
}
.BgClassName
{
background-color: #0A5A52;
}
</style>
border-color css
<style>
span { border-color: #0A5A52; }
span { border-color: rgb(10,90,82); }
td.TdClassName
{
border-color: #0A5A52;
}
.TagClassName
{
border-color: #0A5A52;
}
</style>