Shades of Mosque #005C4D
Tints of Mosque #005C4D
RGB
CMYK
RGB Variations
Color information
#005C4D (or 0x005C4D) is known color: Mosque. HEX triplet: 00, 5C and 4D. RGB value is (0,92,77). Sum of RGB (Red+Green+Blue) = 0+92+77=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #005C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C4D is #FFA3B2. Grayscale: #3E3E3E. Windows color (decimal): -16753587 or 5069824. OLE color: 5069824.
HSL color Cylindrical-coordinate representation of color #005C4D: hue angle of 170.22º 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 #005C4D is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 77 | - |
| CMYK | 1 | 0 | 0.16 | 0.64 |
| HSL | 170.22º | 1% | 0.18% | - |
| HSV(B) | 170.22º | 1% | 0.36% | - |
| XYZ | 5.17 | 8.19 | 8.33 | - |
| YUV | 62.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 77 | 1 | 0 | 0.16 | 0.64 | 170.22 | 1 | 0.18 |
| Hex | 0 | 5C | 4D | 64 | 0 | 10 | 40 | AA | 64 | 12 |
| Octal | 0 | 134 | 115 | 144 | 0 | 20 | 100 | 252 | 144 | 22 |
| Binary | 0 | 1011100 | 1001101 | 1100100 | 0 | 10000 | 1000000 | 10101010 | 1100100 | 10010 |
Color Harmonies of #005C4D
Complementary color
Monochromatic Colors of #005C4D
Black with #005C4D
Text Example
Text Example
White with #005C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C4D; }
p { color: rgb(0,92,77); }
H1.HeaderClassName
{
color: #005C4D;
}
.AnyTagClassName
{
color: #005C4D;
}
</style>
background-color css
<style>
a { background-color: #005C4D; }
a { background-color: rgb(0,92,77); }
div.DivClassName
{
background-color: #005C4D;
}
.BgClassName
{
background-color: #005C4D;
}
</style>
border-color css
<style>
span { border-color: #005C4D; }
span { border-color: rgb(0,92,77); }
td.TdClassName
{
border-color: #005C4D;
}
.TagClassName
{
border-color: #005C4D;
}
</style>