Shades of Mosque #0A5B54
Tints of Mosque #0A5B54
RGB
CMYK
RGB Variations
Color information
#0A5B54 (or 0x0A5B54) is known color: Mosque. HEX triplet: 0A, 5B and 54. RGB value is (10,91,84). Sum of RGB (Red+Green+Blue) = 10+91+84=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B54 is #F5A4AB. Grayscale: #414141. Windows color (decimal): -16098476 or 5528330. OLE color: 5528330.
HSL color Cylindrical-coordinate representation of color #0A5B54: hue angle of 174.81º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B54 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 91 | 84 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.64 |
| HSL | 174.81º | 0.8% | 0.2% | - |
| HSV(B) | 174.81º | 0.89% | 0.36% | - |
| XYZ | 5.47 | 8.19 | 9.68 | - |
| YUV | 65.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 84 | 0.89 | 0 | 0.08 | 0.64 | 174.81 | 0.8 | 0.2 |
| Hex | A | 5B | 54 | 59 | 0 | 8 | 40 | AF | 50 | 14 |
| Octal | 12 | 133 | 124 | 131 | 0 | 10 | 100 | 257 | 120 | 24 |
| Binary | 1010 | 1011011 | 1010100 | 1011001 | 0 | 1000 | 1000000 | 10101111 | 1010000 | 10100 |
Color Harmonies of #0A5B54
Complementary color
Monochromatic Colors of #0A5B54
Black with #0A5B54
Text Example
Text Example
White with #0A5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B54; }
p { color: rgb(10,91,84); }
H1.HeaderClassName
{
color: #0A5B54;
}
.AnyTagClassName
{
color: #0A5B54;
}
</style>
background-color css
<style>
a { background-color: #0A5B54; }
a { background-color: rgb(10,91,84); }
div.DivClassName
{
background-color: #0A5B54;
}
.BgClassName
{
background-color: #0A5B54;
}
</style>
border-color css
<style>
span { border-color: #0A5B54; }
span { border-color: rgb(10,91,84); }
td.TdClassName
{
border-color: #0A5B54;
}
.TagClassName
{
border-color: #0A5B54;
}
</style>