Shades of Mosque #005D54
Tints of Mosque #005D54
RGB
CMYK
RGB Variations
Color information
#005D54 (or 0x005D54) is known color: Mosque. HEX triplet: 00, 5D and 54. RGB value is (0,93,84). Sum of RGB (Red+Green+Blue) = 0+93+84=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #005D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D54 is #FFA2AB. Grayscale: #404040. Windows color (decimal): -16753324 or 5528832. OLE color: 5528832.
HSL color Cylindrical-coordinate representation of color #005D54: hue angle of 174.19º 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 #005D54 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 84 | - |
| CMYK | 1 | 0 | 0.10 | 0.64 |
| HSL | 174.19º | 1% | 0.18% | - |
| HSV(B) | 174.19º | 1% | 0.36% | - |
| XYZ | 5.51 | 8.47 | 9.73 | - |
| YUV | 64.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 84 | 1 | 0 | 0.10 | 0.64 | 174.19 | 1 | 0.18 |
| Hex | 0 | 5D | 54 | 64 | 0 | A | 40 | AE | 64 | 12 |
| Octal | 0 | 135 | 124 | 144 | 0 | 12 | 100 | 256 | 144 | 22 |
| Binary | 0 | 1011101 | 1010100 | 1100100 | 0 | 1010 | 1000000 | 10101110 | 1100100 | 10010 |
Color Harmonies of #005D54
Complementary color
Monochromatic Colors of #005D54
Black with #005D54
Text Example
Text Example
White with #005D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D54; }
p { color: rgb(0,93,84); }
H1.HeaderClassName
{
color: #005D54;
}
.AnyTagClassName
{
color: #005D54;
}
</style>
background-color css
<style>
a { background-color: #005D54; }
a { background-color: rgb(0,93,84); }
div.DivClassName
{
background-color: #005D54;
}
.BgClassName
{
background-color: #005D54;
}
</style>
border-color css
<style>
span { border-color: #005D54; }
span { border-color: rgb(0,93,84); }
td.TdClassName
{
border-color: #005D54;
}
.TagClassName
{
border-color: #005D54;
}
</style>