Shades of Mosque #0A595A
Tints of Mosque #0A595A
RGB
CMYK
RGB Variations
Color information
#0A595A (or 0x0A595A) is known color: Mosque. HEX triplet: 0A, 59 and 5A. RGB value is (10,89,90). Sum of RGB (Red+Green+Blue) = 10+89+90=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A595A is #F5A6A5. Grayscale: #414141. Windows color (decimal): -16098982 or 5921034. OLE color: 5921034.
HSL color Cylindrical-coordinate representation of color #0A595A: hue angle of 180.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A595A is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 90 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.65 |
| HSL | 180.75º | 0.8% | 0.2% | - |
| HSV(B) | 180.75º | 0.89% | 0.35% | - |
| XYZ | 5.54 | 7.95 | 10.91 | - |
| YUV | 65.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 90 | 0.89 | 0.01 | 0 | 0.65 | 180.75 | 0.8 | 0.2 |
| Hex | A | 59 | 5A | 59 | 1 | 0 | 41 | B5 | 50 | 14 |
| Octal | 12 | 131 | 132 | 131 | 1 | 0 | 101 | 265 | 120 | 24 |
| Binary | 1010 | 1011001 | 1011010 | 1011001 | 1 | 0 | 1000001 | 10110101 | 1010000 | 10100 |
Color Harmonies of #0A595A
Complementary color
Monochromatic Colors of #0A595A
Black with #0A595A
Text Example
Text Example
White with #0A595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A595A; }
p { color: rgb(10,89,90); }
H1.HeaderClassName
{
color: #0A595A;
}
.AnyTagClassName
{
color: #0A595A;
}
</style>
background-color css
<style>
a { background-color: #0A595A; }
a { background-color: rgb(10,89,90); }
div.DivClassName
{
background-color: #0A595A;
}
.BgClassName
{
background-color: #0A595A;
}
</style>
border-color css
<style>
span { border-color: #0A595A; }
span { border-color: rgb(10,89,90); }
td.TdClassName
{
border-color: #0A595A;
}
.TagClassName
{
border-color: #0A595A;
}
</style>