Shades of Mosque #005D53
Tints of Mosque #005D53
RGB
CMYK
RGB Variations
Color information
#005D53 (or 0x005D53) is known color: Mosque. HEX triplet: 00, 5D and 53. RGB value is (0,93,83). Sum of RGB (Red+Green+Blue) = 0+93+83=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #005D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D53 is #FFA2AC. Grayscale: #404040. Windows color (decimal): -16753325 or 5463296. OLE color: 5463296.
HSL color Cylindrical-coordinate representation of color #005D53: hue angle of 173.55º 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 #005D53 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 83 | - |
| CMYK | 1 | 0 | 0.11 | 0.64 |
| HSL | 173.55º | 1% | 0.18% | - |
| HSV(B) | 173.55º | 1% | 0.36% | - |
| XYZ | 5.48 | 8.45 | 9.53 | - |
| YUV | 64.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 83 | 1 | 0 | 0.11 | 0.64 | 173.55 | 1 | 0.18 |
| Hex | 0 | 5D | 53 | 64 | 0 | B | 40 | AE | 64 | 12 |
| Octal | 0 | 135 | 123 | 144 | 0 | 13 | 100 | 256 | 144 | 22 |
| Binary | 0 | 1011101 | 1010011 | 1100100 | 0 | 1011 | 1000000 | 10101110 | 1100100 | 10010 |
Color Harmonies of #005D53
Complementary color
Monochromatic Colors of #005D53
Black with #005D53
Text Example
Text Example
White with #005D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D53; }
p { color: rgb(0,93,83); }
H1.HeaderClassName
{
color: #005D53;
}
.AnyTagClassName
{
color: #005D53;
}
</style>
background-color css
<style>
a { background-color: #005D53; }
a { background-color: rgb(0,93,83); }
div.DivClassName
{
background-color: #005D53;
}
.BgClassName
{
background-color: #005D53;
}
</style>
border-color css
<style>
span { border-color: #005D53; }
span { border-color: rgb(0,93,83); }
td.TdClassName
{
border-color: #005D53;
}
.TagClassName
{
border-color: #005D53;
}
</style>