Shades of Mosque #005D60
Tints of Mosque #005D60
RGB
CMYK
RGB Variations
Color information
#005D60 (or 0x005D60) is known color: Mosque. HEX triplet: 00, 5D and 60. RGB value is (0,93,96). Sum of RGB (Red+Green+Blue) = 0+93+96=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #005D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D60 is #FFA29F. Grayscale: #414141. Windows color (decimal): -16753312 or 6315264. OLE color: 6315264.
HSL color Cylindrical-coordinate representation of color #005D60: hue angle of 181.88º 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 #005D60 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 93 | 96 | - |
| CMYK | 1 | 0.03 | 0 | 0.62 |
| HSL | 181.88º | 1% | 0.19% | - |
| HSV(B) | 181.88º | 1% | 0.38% | - |
| XYZ | 6.03 | 8.67 | 12.42 | - |
| YUV | 65.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 96 | 1 | 0.03 | 0 | 0.62 | 181.88 | 1 | 0.19 |
| Hex | 0 | 5D | 60 | 64 | 3 | 0 | 3E | B6 | 64 | 13 |
| Octal | 0 | 135 | 140 | 144 | 3 | 0 | 76 | 266 | 144 | 23 |
| Binary | 0 | 1011101 | 1100000 | 1100100 | 11 | 0 | 111110 | 10110110 | 1100100 | 10011 |
Color Harmonies of #005D60
Complementary color
Monochromatic Colors of #005D60
Black with #005D60
Text Example
Text Example
White with #005D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D60; }
p { color: rgb(0,93,96); }
H1.HeaderClassName
{
color: #005D60;
}
.AnyTagClassName
{
color: #005D60;
}
</style>
background-color css
<style>
a { background-color: #005D60; }
a { background-color: rgb(0,93,96); }
div.DivClassName
{
background-color: #005D60;
}
.BgClassName
{
background-color: #005D60;
}
</style>
border-color css
<style>
span { border-color: #005D60; }
span { border-color: rgb(0,93,96); }
td.TdClassName
{
border-color: #005D60;
}
.TagClassName
{
border-color: #005D60;
}
</style>