Shades of Mosque #0A5A53
Tints of Mosque #0A5A53
RGB
CMYK
RGB Variations
Color information
#0A5A53 (or 0x0A5A53) is known color: Mosque. HEX triplet: 0A, 5A and 53. RGB value is (10,90,83). Sum of RGB (Red+Green+Blue) = 10+90+83=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A53 is #F5A5AC. Grayscale: #414141. Windows color (decimal): -16098733 or 5462538. OLE color: 5462538.
HSL color Cylindrical-coordinate representation of color #0A5A53: hue angle of 174.75º 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 #0A5A53 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 83 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.65 |
| HSL | 174.75º | 0.8% | 0.2% | - |
| HSV(B) | 174.75º | 0.89% | 0.35% | - |
| XYZ | 5.34 | 8 | 9.45 | - |
| YUV | 65.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 83 | 0.89 | 0 | 0.08 | 0.65 | 174.75 | 0.8 | 0.2 |
| Hex | A | 5A | 53 | 59 | 0 | 8 | 41 | AF | 50 | 14 |
| Octal | 12 | 132 | 123 | 131 | 0 | 10 | 101 | 257 | 120 | 24 |
| Binary | 1010 | 1011010 | 1010011 | 1011001 | 0 | 1000 | 1000001 | 10101111 | 1010000 | 10100 |
Color Harmonies of #0A5A53
Complementary color
Monochromatic Colors of #0A5A53
Black with #0A5A53
Text Example
Text Example
White with #0A5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A53; }
p { color: rgb(10,90,83); }
H1.HeaderClassName
{
color: #0A5A53;
}
.AnyTagClassName
{
color: #0A5A53;
}
</style>
background-color css
<style>
a { background-color: #0A5A53; }
a { background-color: rgb(10,90,83); }
div.DivClassName
{
background-color: #0A5A53;
}
.BgClassName
{
background-color: #0A5A53;
}
</style>
border-color css
<style>
span { border-color: #0A5A53; }
span { border-color: rgb(10,90,83); }
td.TdClassName
{
border-color: #0A5A53;
}
.TagClassName
{
border-color: #0A5A53;
}
</style>