Shades of Mosque #0A585B
Tints of Mosque #0A585B
RGB
CMYK
RGB Variations
Color information
#0A585B (or 0x0A585B) is known color: Mosque. HEX triplet: 0A, 58 and 5B. RGB value is (10,88,91). Sum of RGB (Red+Green+Blue) = 10+88+91=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A585B is #F5A7A4. Grayscale: #404040. Windows color (decimal): -16099237 or 5986314. OLE color: 5986314.
HSL color Cylindrical-coordinate representation of color #0A585B: hue angle of 182.22º 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 #0A585B is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 88 | 91 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.64 |
| HSL | 182.22º | 0.8% | 0.2% | - |
| HSV(B) | 182.22º | 0.89% | 0.36% | - |
| XYZ | 5.5 | 7.8 | 11.11 | - |
| YUV | 65.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 91 | 0.89 | 0.03 | 0 | 0.64 | 182.22 | 0.8 | 0.2 |
| Hex | A | 58 | 5B | 59 | 3 | 0 | 40 | B6 | 50 | 14 |
| Octal | 12 | 130 | 133 | 131 | 3 | 0 | 100 | 266 | 120 | 24 |
| Binary | 1010 | 1011000 | 1011011 | 1011001 | 11 | 0 | 1000000 | 10110110 | 1010000 | 10100 |
Color Harmonies of #0A585B
Complementary color
Monochromatic Colors of #0A585B
Black with #0A585B
Text Example
Text Example
White with #0A585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A585B; }
p { color: rgb(10,88,91); }
H1.HeaderClassName
{
color: #0A585B;
}
.AnyTagClassName
{
color: #0A585B;
}
</style>
background-color css
<style>
a { background-color: #0A585B; }
a { background-color: rgb(10,88,91); }
div.DivClassName
{
background-color: #0A585B;
}
.BgClassName
{
background-color: #0A585B;
}
</style>
border-color css
<style>
span { border-color: #0A585B; }
span { border-color: rgb(10,88,91); }
td.TdClassName
{
border-color: #0A585B;
}
.TagClassName
{
border-color: #0A585B;
}
</style>