Shades of Mosque #005C60
Tints of Mosque #005C60
RGB
CMYK
RGB Variations
Color information
#005C60 (or 0x005C60) is known color: Mosque. HEX triplet: 00, 5C and 60. RGB value is (0,92,96). Sum of RGB (Red+Green+Blue) = 0+92+96=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #005C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C60 is #FFA39F. Grayscale: #404040. Windows color (decimal): -16753568 or 6315008. OLE color: 6315008.
HSL color Cylindrical-coordinate representation of color #005C60: hue angle of 182.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C60 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 92 | 96 | - |
| CMYK | 1 | 0.04 | 0 | 0.62 |
| HSL | 182.5º | 1% | 0.19% | - |
| HSV(B) | 182.5º | 1% | 0.38% | - |
| XYZ | 5.94 | 8.5 | 12.39 | - |
| YUV | 64.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 96 | 1 | 0.04 | 0 | 0.62 | 182.5 | 1 | 0.19 |
| Hex | 0 | 5C | 60 | 64 | 4 | 0 | 3E | B6 | 64 | 13 |
| Octal | 0 | 134 | 140 | 144 | 4 | 0 | 76 | 266 | 144 | 23 |
| Binary | 0 | 1011100 | 1100000 | 1100100 | 100 | 0 | 111110 | 10110110 | 1100100 | 10011 |
Color Harmonies of #005C60
Complementary color
Monochromatic Colors of #005C60
Black with #005C60
Text Example
Text Example
White with #005C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C60; }
p { color: rgb(0,92,96); }
H1.HeaderClassName
{
color: #005C60;
}
.AnyTagClassName
{
color: #005C60;
}
</style>
background-color css
<style>
a { background-color: #005C60; }
a { background-color: rgb(0,92,96); }
div.DivClassName
{
background-color: #005C60;
}
.BgClassName
{
background-color: #005C60;
}
</style>
border-color css
<style>
span { border-color: #005C60; }
span { border-color: rgb(0,92,96); }
td.TdClassName
{
border-color: #005C60;
}
.TagClassName
{
border-color: #005C60;
}
</style>