Shades of Mosque #0A584B
Tints of Mosque #0A584B
RGB
CMYK
RGB Variations
Color information
#0A584B (or 0x0A584B) is known color: Mosque. HEX triplet: 0A, 58 and 4B. RGB value is (10,88,75). Sum of RGB (Red+Green+Blue) = 10+88+75=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #0A584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A584B is #F5A7B4. Grayscale: #3F3F3F. Windows color (decimal): -16099253 or 4937738. OLE color: 4937738.
HSL color Cylindrical-coordinate representation of color #0A584B: hue angle of 170º 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 #0A584B is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 75 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.65 |
| HSL | 170º | 0.8% | 0.19% | - |
| HSV(B) | 170º | 0.89% | 0.35% | - |
| XYZ | 4.88 | 7.55 | 7.86 | - |
| YUV | 63.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 75 | 0.89 | 0 | 0.15 | 0.65 | 170 | 0.8 | 0.19 |
| Hex | A | 58 | 4B | 59 | 0 | F | 41 | AA | 50 | 13 |
| Octal | 12 | 130 | 113 | 131 | 0 | 17 | 101 | 252 | 120 | 23 |
| Binary | 1010 | 1011000 | 1001011 | 1011001 | 0 | 1111 | 1000001 | 10101010 | 1010000 | 10011 |
Color Harmonies of #0A584B
Complementary color
Monochromatic Colors of #0A584B
Black with #0A584B
Text Example
Text Example
White with #0A584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A584B; }
p { color: rgb(10,88,75); }
H1.HeaderClassName
{
color: #0A584B;
}
.AnyTagClassName
{
color: #0A584B;
}
</style>
background-color css
<style>
a { background-color: #0A584B; }
a { background-color: rgb(10,88,75); }
div.DivClassName
{
background-color: #0A584B;
}
.BgClassName
{
background-color: #0A584B;
}
</style>
border-color css
<style>
span { border-color: #0A584B; }
span { border-color: rgb(10,88,75); }
td.TdClassName
{
border-color: #0A584B;
}
.TagClassName
{
border-color: #0A584B;
}
</style>