Shades of Mosque #005E5C
Tints of Mosque #005E5C
RGB
CMYK
RGB Variations
Color information
#005E5C (or 0x005E5C) is known color: Mosque. HEX triplet: 00, 5E and 5C. RGB value is (0,94,92). Sum of RGB (Red+Green+Blue) = 0+94+92=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #005E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E5C is #FFA1A3. Grayscale: #414141. Windows color (decimal): -16753060 or 6053376. OLE color: 6053376.
HSL color Cylindrical-coordinate representation of color #005E5C: hue angle of 178.72º 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 #005E5C is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 94 | 92 | - |
| CMYK | 1 | 0 | 0.02 | 0.63 |
| HSL | 178.72º | 1% | 0.18% | - |
| HSV(B) | 178.72º | 1% | 0.37% | - |
| XYZ | 5.93 | 8.78 | 11.51 | - |
| YUV | 65.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 92 | 1 | 0 | 0.02 | 0.63 | 178.72 | 1 | 0.18 |
| Hex | 0 | 5E | 5C | 64 | 0 | 2 | 3F | B3 | 64 | 12 |
| Octal | 0 | 136 | 134 | 144 | 0 | 2 | 77 | 263 | 144 | 22 |
| Binary | 0 | 1011110 | 1011100 | 1100100 | 0 | 10 | 111111 | 10110011 | 1100100 | 10010 |
Color Harmonies of #005E5C
Complementary color
Monochromatic Colors of #005E5C
Black with #005E5C
Text Example
Text Example
White with #005E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E5C; }
p { color: rgb(0,94,92); }
H1.HeaderClassName
{
color: #005E5C;
}
.AnyTagClassName
{
color: #005E5C;
}
</style>
background-color css
<style>
a { background-color: #005E5C; }
a { background-color: rgb(0,94,92); }
div.DivClassName
{
background-color: #005E5C;
}
.BgClassName
{
background-color: #005E5C;
}
</style>
border-color css
<style>
span { border-color: #005E5C; }
span { border-color: rgb(0,94,92); }
td.TdClassName
{
border-color: #005E5C;
}
.TagClassName
{
border-color: #005E5C;
}
</style>