Shades of Mosque #0A5A5D
Tints of Mosque #0A5A5D
RGB
CMYK
RGB Variations
Color information
#0A5A5D (or 0x0A5A5D) is known color: Mosque. HEX triplet: 0A, 5A and 5D. RGB value is (10,90,93). Sum of RGB (Red+Green+Blue) = 10+90+93=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A5A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5A5D is #F5A5A2. Grayscale: #424242. Windows color (decimal): -16098723 or 6117898. OLE color: 6117898.
HSL color Cylindrical-coordinate representation of color #0A5A5D: hue angle of 182.17º degrees, saturation: 0.81, 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 #0A5A5D is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 90 | 93 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.64 |
| HSL | 182.17º | 0.81% | 0.2% | - |
| HSV(B) | 182.17º | 0.89% | 0.36% | - |
| XYZ | 5.76 | 8.17 | 11.63 | - |
| YUV | 66.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 93 | 0.89 | 0.03 | 0 | 0.64 | 182.17 | 0.81 | 0.2 |
| Hex | A | 5A | 5D | 59 | 3 | 0 | 40 | B6 | 51 | 14 |
| Octal | 12 | 132 | 135 | 131 | 3 | 0 | 100 | 266 | 121 | 24 |
| Binary | 1010 | 1011010 | 1011101 | 1011001 | 11 | 0 | 1000000 | 10110110 | 1010001 | 10100 |
Color Harmonies of #0A5A5D
Complementary color
Monochromatic Colors of #0A5A5D
Black with #0A5A5D
Text Example
Text Example
White with #0A5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A5D; }
p { color: rgb(10,90,93); }
H1.HeaderClassName
{
color: #0A5A5D;
}
.AnyTagClassName
{
color: #0A5A5D;
}
</style>
background-color css
<style>
a { background-color: #0A5A5D; }
a { background-color: rgb(10,90,93); }
div.DivClassName
{
background-color: #0A5A5D;
}
.BgClassName
{
background-color: #0A5A5D;
}
</style>
border-color css
<style>
span { border-color: #0A5A5D; }
span { border-color: rgb(10,90,93); }
td.TdClassName
{
border-color: #0A5A5D;
}
.TagClassName
{
border-color: #0A5A5D;
}
</style>