Shades of Mosque #005A52
Tints of Mosque #005A52
RGB
CMYK
RGB Variations
Color information
#005A52 (or 0x005A52) is known color: Mosque. HEX triplet: 00, 5A and 52. RGB value is (0,90,82). Sum of RGB (Red+Green+Blue) = 0+90+82=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #005A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A52 is #FFA5AD. Grayscale: #3E3E3E. Windows color (decimal): -16754094 or 5396992. OLE color: 5396992.
HSL color Cylindrical-coordinate representation of color #005A52: hue angle of 174.67º 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 #005A52 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 82 | - |
| CMYK | 1 | 0 | 0.09 | 0.65 |
| HSL | 174.67º | 1% | 0.18% | - |
| HSV(B) | 174.67º | 1% | 0.35% | - |
| XYZ | 5.18 | 7.92 | 9.24 | - |
| YUV | 62.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 82 | 1 | 0 | 0.09 | 0.65 | 174.67 | 1 | 0.18 |
| Hex | 0 | 5A | 52 | 64 | 0 | 9 | 41 | AF | 64 | 12 |
| Octal | 0 | 132 | 122 | 144 | 0 | 11 | 101 | 257 | 144 | 22 |
| Binary | 0 | 1011010 | 1010010 | 1100100 | 0 | 1001 | 1000001 | 10101111 | 1100100 | 10010 |
Color Harmonies of #005A52
Complementary color
Monochromatic Colors of #005A52
Black with #005A52
Text Example
Text Example
White with #005A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A52; }
p { color: rgb(0,90,82); }
H1.HeaderClassName
{
color: #005A52;
}
.AnyTagClassName
{
color: #005A52;
}
</style>
background-color css
<style>
a { background-color: #005A52; }
a { background-color: rgb(0,90,82); }
div.DivClassName
{
background-color: #005A52;
}
.BgClassName
{
background-color: #005A52;
}
</style>
border-color css
<style>
span { border-color: #005A52; }
span { border-color: rgb(0,90,82); }
td.TdClassName
{
border-color: #005A52;
}
.TagClassName
{
border-color: #005A52;
}
</style>