Shades of Mosque #005C59
Tints of Mosque #005C59
RGB
CMYK
RGB Variations
Color information
#005C59 (or 0x005C59) is known color: Mosque. HEX triplet: 00, 5C and 59. RGB value is (0,92,89). Sum of RGB (Red+Green+Blue) = 0+92+89=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #005C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C59 is #FFA3A6. Grayscale: #404040. Windows color (decimal): -16753575 or 5856256. OLE color: 5856256.
HSL color Cylindrical-coordinate representation of color #005C59: hue angle of 178.04º 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 #005C59 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 89 | - |
| CMYK | 1 | 0 | 0.03 | 0.64 |
| HSL | 178.04º | 1% | 0.18% | - |
| HSV(B) | 178.04º | 1% | 0.36% | - |
| XYZ | 5.63 | 8.38 | 10.77 | - |
| YUV | 64.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 89 | 1 | 0 | 0.03 | 0.64 | 178.04 | 1 | 0.18 |
| Hex | 0 | 5C | 59 | 64 | 0 | 3 | 40 | B2 | 64 | 12 |
| Octal | 0 | 134 | 131 | 144 | 0 | 3 | 100 | 262 | 144 | 22 |
| Binary | 0 | 1011100 | 1011001 | 1100100 | 0 | 11 | 1000000 | 10110010 | 1100100 | 10010 |
Color Harmonies of #005C59
Complementary color
Monochromatic Colors of #005C59
Black with #005C59
Text Example
Text Example
White with #005C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C59; }
p { color: rgb(0,92,89); }
H1.HeaderClassName
{
color: #005C59;
}
.AnyTagClassName
{
color: #005C59;
}
</style>
background-color css
<style>
a { background-color: #005C59; }
a { background-color: rgb(0,92,89); }
div.DivClassName
{
background-color: #005C59;
}
.BgClassName
{
background-color: #005C59;
}
</style>
border-color css
<style>
span { border-color: #005C59; }
span { border-color: rgb(0,92,89); }
td.TdClassName
{
border-color: #005C59;
}
.TagClassName
{
border-color: #005C59;
}
</style>