Shades of Mosque #0A584C
Tints of Mosque #0A584C
RGB
CMYK
RGB Variations
Color information
#0A584C (or 0x0A584C) is known color: Mosque. HEX triplet: 0A, 58 and 4C. RGB value is (10,88,76). Sum of RGB (Red+Green+Blue) = 10+88+76=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #0A584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A584C is #F5A7B3. Grayscale: #3F3F3F. Windows color (decimal): -16099252 or 5003274. OLE color: 5003274.
HSL color Cylindrical-coordinate representation of color #0A584C: hue angle of 170.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A584C is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 76 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.65 |
| HSL | 170.77º | 0.8% | 0.19% | - |
| HSV(B) | 170.77º | 0.89% | 0.35% | - |
| XYZ | 4.92 | 7.57 | 8.04 | - |
| YUV | 63.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 76 | 0.89 | 0 | 0.14 | 0.65 | 170.77 | 0.8 | 0.19 |
| Hex | A | 58 | 4C | 59 | 0 | E | 41 | AB | 50 | 13 |
| Octal | 12 | 130 | 114 | 131 | 0 | 16 | 101 | 253 | 120 | 23 |
| Binary | 1010 | 1011000 | 1001100 | 1011001 | 0 | 1110 | 1000001 | 10101011 | 1010000 | 10011 |
Color Harmonies of #0A584C
Complementary color
Monochromatic Colors of #0A584C
Black with #0A584C
Text Example
Text Example
White with #0A584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A584C; }
p { color: rgb(10,88,76); }
H1.HeaderClassName
{
color: #0A584C;
}
.AnyTagClassName
{
color: #0A584C;
}
</style>
background-color css
<style>
a { background-color: #0A584C; }
a { background-color: rgb(10,88,76); }
div.DivClassName
{
background-color: #0A584C;
}
.BgClassName
{
background-color: #0A584C;
}
</style>
border-color css
<style>
span { border-color: #0A584C; }
span { border-color: rgb(10,88,76); }
td.TdClassName
{
border-color: #0A584C;
}
.TagClassName
{
border-color: #0A584C;
}
</style>