Shades of Mosque #0A585D
Tints of Mosque #0A585D
RGB
CMYK
RGB Variations
Color information
#0A585D (or 0x0A585D) is known color: Mosque. HEX triplet: 0A, 58 and 5D. RGB value is (10,88,93). Sum of RGB (Red+Green+Blue) = 10+88+93=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A585D is #F5A7A2. Grayscale: #414141. Windows color (decimal): -16099235 or 6117386. OLE color: 6117386.
HSL color Cylindrical-coordinate representation of color #0A585D: hue angle of 183.61º 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 #0A585D is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 88 | 93 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.64 |
| HSL | 183.61º | 0.81% | 0.2% | - |
| HSV(B) | 183.61º | 0.89% | 0.36% | - |
| XYZ | 5.59 | 7.83 | 11.57 | - |
| YUV | 65.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 93 | 0.89 | 0.05 | 0 | 0.64 | 183.61 | 0.81 | 0.2 |
| Hex | A | 58 | 5D | 59 | 5 | 0 | 40 | B8 | 51 | 14 |
| Octal | 12 | 130 | 135 | 131 | 5 | 0 | 100 | 270 | 121 | 24 |
| Binary | 1010 | 1011000 | 1011101 | 1011001 | 101 | 0 | 1000000 | 10111000 | 1010001 | 10100 |
Color Harmonies of #0A585D
Complementary color
Monochromatic Colors of #0A585D
Black with #0A585D
Text Example
Text Example
White with #0A585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A585D; }
p { color: rgb(10,88,93); }
H1.HeaderClassName
{
color: #0A585D;
}
.AnyTagClassName
{
color: #0A585D;
}
</style>
background-color css
<style>
a { background-color: #0A585D; }
a { background-color: rgb(10,88,93); }
div.DivClassName
{
background-color: #0A585D;
}
.BgClassName
{
background-color: #0A585D;
}
</style>
border-color css
<style>
span { border-color: #0A585D; }
span { border-color: rgb(10,88,93); }
td.TdClassName
{
border-color: #0A585D;
}
.TagClassName
{
border-color: #0A585D;
}
</style>