Shades of Mosque #005D52
Tints of Mosque #005D52
RGB
CMYK
RGB Variations
Color information
#005D52 (or 0x005D52) is known color: Mosque. HEX triplet: 00, 5D and 52. RGB value is (0,93,82). Sum of RGB (Red+Green+Blue) = 0+93+82=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #005D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D52 is #FFA2AD. Grayscale: #3F3F3F. Windows color (decimal): -16753326 or 5397760. OLE color: 5397760.
HSL color Cylindrical-coordinate representation of color #005D52: hue angle of 172.9º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D52 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 82 | - |
| CMYK | 1 | 0 | 0.12 | 0.64 |
| HSL | 172.9º | 1% | 0.18% | - |
| HSV(B) | 172.9º | 1% | 0.36% | - |
| XYZ | 5.44 | 8.44 | 9.32 | - |
| YUV | 63.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 82 | 1 | 0 | 0.12 | 0.64 | 172.9 | 1 | 0.18 |
| Hex | 0 | 5D | 52 | 64 | 0 | C | 40 | AD | 64 | 12 |
| Octal | 0 | 135 | 122 | 144 | 0 | 14 | 100 | 255 | 144 | 22 |
| Binary | 0 | 1011101 | 1010010 | 1100100 | 0 | 1100 | 1000000 | 10101101 | 1100100 | 10010 |
Color Harmonies of #005D52
Complementary color
Monochromatic Colors of #005D52
Black with #005D52
Text Example
Text Example
White with #005D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D52; }
p { color: rgb(0,93,82); }
H1.HeaderClassName
{
color: #005D52;
}
.AnyTagClassName
{
color: #005D52;
}
</style>
background-color css
<style>
a { background-color: #005D52; }
a { background-color: rgb(0,93,82); }
div.DivClassName
{
background-color: #005D52;
}
.BgClassName
{
background-color: #005D52;
}
</style>
border-color css
<style>
span { border-color: #005D52; }
span { border-color: rgb(0,93,82); }
td.TdClassName
{
border-color: #005D52;
}
.TagClassName
{
border-color: #005D52;
}
</style>