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