Shades of Mosque #005D5B
Tints of Mosque #005D5B
RGB
CMYK
RGB Variations
Color information
#005D5B (or 0x005D5B) is known color: Mosque. HEX triplet: 00, 5D and 5B. RGB value is (0,93,91). Sum of RGB (Red+Green+Blue) = 0+93+91=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #005D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D5B is #FFA2A4. Grayscale: #404040. Windows color (decimal): -16753317 or 5987584. OLE color: 5987584.
HSL color Cylindrical-coordinate representation of color #005D5B: hue angle of 178.71º 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 #005D5B is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 91 | - |
| CMYK | 1 | 0 | 0.02 | 0.64 |
| HSL | 178.71º | 1% | 0.18% | - |
| HSV(B) | 178.71º | 1% | 0.36% | - |
| XYZ | 5.8 | 8.58 | 11.25 | - |
| YUV | 64.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 91 | 1 | 0 | 0.02 | 0.64 | 178.71 | 1 | 0.18 |
| Hex | 0 | 5D | 5B | 64 | 0 | 2 | 40 | B3 | 64 | 12 |
| Octal | 0 | 135 | 133 | 144 | 0 | 2 | 100 | 263 | 144 | 22 |
| Binary | 0 | 1011101 | 1011011 | 1100100 | 0 | 10 | 1000000 | 10110011 | 1100100 | 10010 |
Color Harmonies of #005D5B
Complementary color
Monochromatic Colors of #005D5B
Black with #005D5B
Text Example
Text Example
White with #005D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D5B; }
p { color: rgb(0,93,91); }
H1.HeaderClassName
{
color: #005D5B;
}
.AnyTagClassName
{
color: #005D5B;
}
</style>
background-color css
<style>
a { background-color: #005D5B; }
a { background-color: rgb(0,93,91); }
div.DivClassName
{
background-color: #005D5B;
}
.BgClassName
{
background-color: #005D5B;
}
</style>
border-color css
<style>
span { border-color: #005D5B; }
span { border-color: rgb(0,93,91); }
td.TdClassName
{
border-color: #005D5B;
}
.TagClassName
{
border-color: #005D5B;
}
</style>