Shades of Mosque #005B4E
Tints of Mosque #005B4E
RGB
CMYK
RGB Variations
Color information
#005B4E (or 0x005B4E) is known color: Mosque. HEX triplet: 00, 5B and 4E. RGB value is (0,91,78). Sum of RGB (Red+Green+Blue) = 0+91+78=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #005B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B4E is #FFA4B1. Grayscale: #3E3E3E. Windows color (decimal): -16753842 or 5135104. OLE color: 5135104.
HSL color Cylindrical-coordinate representation of color #005B4E: hue angle of 171.43º 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 #005B4E is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 78 | - |
| CMYK | 1 | 0 | 0.14 | 0.64 |
| HSL | 171.43º | 1% | 0.18% | - |
| HSV(B) | 171.43º | 1% | 0.36% | - |
| XYZ | 5.12 | 8.03 | 8.49 | - |
| YUV | 62.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 78 | 1 | 0 | 0.14 | 0.64 | 171.43 | 1 | 0.18 |
| Hex | 0 | 5B | 4E | 64 | 0 | E | 40 | AB | 64 | 12 |
| Octal | 0 | 133 | 116 | 144 | 0 | 16 | 100 | 253 | 144 | 22 |
| Binary | 0 | 1011011 | 1001110 | 1100100 | 0 | 1110 | 1000000 | 10101011 | 1100100 | 10010 |
Color Harmonies of #005B4E
Complementary color
Monochromatic Colors of #005B4E
Black with #005B4E
Text Example
Text Example
White with #005B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B4E; }
p { color: rgb(0,91,78); }
H1.HeaderClassName
{
color: #005B4E;
}
.AnyTagClassName
{
color: #005B4E;
}
</style>
background-color css
<style>
a { background-color: #005B4E; }
a { background-color: rgb(0,91,78); }
div.DivClassName
{
background-color: #005B4E;
}
.BgClassName
{
background-color: #005B4E;
}
</style>
border-color css
<style>
span { border-color: #005B4E; }
span { border-color: rgb(0,91,78); }
td.TdClassName
{
border-color: #005B4E;
}
.TagClassName
{
border-color: #005B4E;
}
</style>