Shades of Mosque #005A51
Tints of Mosque #005A51
RGB
CMYK
RGB Variations
Color information
#005A51 (or 0x005A51) is known color: Mosque. HEX triplet: 00, 5A and 51. RGB value is (0,90,81). Sum of RGB (Red+Green+Blue) = 0+90+81=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #005A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A51 is #FFA5AE. Grayscale: #3E3E3E. Windows color (decimal): -16754095 or 5331456. OLE color: 5331456.
HSL color Cylindrical-coordinate representation of color #005A51: hue angle of 174º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A51 is Cyan = 1, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 81 | - |
| CMYK | 1 | 0 | 0.1 | 0.65 |
| HSL | 174º | 1% | 0.18% | - |
| HSV(B) | 174º | 1% | 0.35% | - |
| XYZ | 5.14 | 7.91 | 9.04 | - |
| YUV | 62.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 81 | 1 | 0 | 0.1 | 0.65 | 174 | 1 | 0.18 |
| Hex | 0 | 5A | 51 | 64 | 0 | A | 41 | AE | 64 | 12 |
| Octal | 0 | 132 | 121 | 144 | 0 | 12 | 101 | 256 | 144 | 22 |
| Binary | 0 | 1011010 | 1010001 | 1100100 | 0 | 1010 | 1000001 | 10101110 | 1100100 | 10010 |
Color Harmonies of #005A51
Complementary color
Monochromatic Colors of #005A51
Black with #005A51
Text Example
Text Example
White with #005A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A51; }
p { color: rgb(0,90,81); }
H1.HeaderClassName
{
color: #005A51;
}
.AnyTagClassName
{
color: #005A51;
}
</style>
background-color css
<style>
a { background-color: #005A51; }
a { background-color: rgb(0,90,81); }
div.DivClassName
{
background-color: #005A51;
}
.BgClassName
{
background-color: #005A51;
}
</style>
border-color css
<style>
span { border-color: #005A51; }
span { border-color: rgb(0,90,81); }
td.TdClassName
{
border-color: #005A51;
}
.TagClassName
{
border-color: #005A51;
}
</style>