Shades of Mosque #005C5E
Tints of Mosque #005C5E
RGB
CMYK
RGB Variations
Color information
#005C5E (or 0x005C5E) is known color: Mosque. HEX triplet: 00, 5C and 5E. RGB value is (0,92,94). Sum of RGB (Red+Green+Blue) = 0+92+94=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #005C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C5E is #FFA3A1. Grayscale: #404040. Windows color (decimal): -16753570 or 6183936. OLE color: 6183936.
HSL color Cylindrical-coordinate representation of color #005C5E: hue angle of 181.28º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C5E is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 92 | 94 | - |
| CMYK | 1 | 0.02 | 0 | 0.63 |
| HSL | 181.28º | 1% | 0.18% | - |
| HSV(B) | 181.28º | 1% | 0.37% | - |
| XYZ | 5.85 | 8.46 | 11.91 | - |
| YUV | 64.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 94 | 1 | 0.02 | 0 | 0.63 | 181.28 | 1 | 0.18 |
| Hex | 0 | 5C | 5E | 64 | 2 | 0 | 3F | B5 | 64 | 12 |
| Octal | 0 | 134 | 136 | 144 | 2 | 0 | 77 | 265 | 144 | 22 |
| Binary | 0 | 1011100 | 1011110 | 1100100 | 10 | 0 | 111111 | 10110101 | 1100100 | 10010 |
Color Harmonies of #005C5E
Complementary color
Monochromatic Colors of #005C5E
Black with #005C5E
Text Example
Text Example
White with #005C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C5E; }
p { color: rgb(0,92,94); }
H1.HeaderClassName
{
color: #005C5E;
}
.AnyTagClassName
{
color: #005C5E;
}
</style>
background-color css
<style>
a { background-color: #005C5E; }
a { background-color: rgb(0,92,94); }
div.DivClassName
{
background-color: #005C5E;
}
.BgClassName
{
background-color: #005C5E;
}
</style>
border-color css
<style>
span { border-color: #005C5E; }
span { border-color: rgb(0,92,94); }
td.TdClassName
{
border-color: #005C5E;
}
.TagClassName
{
border-color: #005C5E;
}
</style>