Shades of Mosque #015B50
Tints of Mosque #015B50
RGB
CMYK
RGB Variations
Color information
#015B50 (or 0x015B50) is known color: Mosque. HEX triplet: 01, 5B and 50. RGB value is (1,91,80). Sum of RGB (Red+Green+Blue) = 1+91+80=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #015B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B50 is #FEA4AF. Grayscale: #3E3E3E. Windows color (decimal): -16688304 or 5266177. OLE color: 5266177.
HSL color Cylindrical-coordinate representation of color #015B50: hue angle of 172.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B50 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 80 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.64 |
| HSL | 172.67º | 0.98% | 0.18% | - |
| HSV(B) | 172.67º | 0.99% | 0.36% | - |
| XYZ | 5.2 | 8.07 | 8.87 | - |
| YUV | 62.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 80 | 0.99 | 0 | 0.12 | 0.64 | 172.67 | 0.98 | 0.18 |
| Hex | 1 | 5B | 50 | 63 | 0 | C | 40 | AD | 62 | 12 |
| Octal | 1 | 133 | 120 | 143 | 0 | 14 | 100 | 255 | 142 | 22 |
| Binary | 1 | 1011011 | 1010000 | 1100011 | 0 | 1100 | 1000000 | 10101101 | 1100010 | 10010 |
Color Harmonies of #015B50
Complementary color
Monochromatic Colors of #015B50
Black with #015B50
Text Example
Text Example
White with #015B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B50; }
p { color: rgb(1,91,80); }
H1.HeaderClassName
{
color: #015B50;
}
.AnyTagClassName
{
color: #015B50;
}
</style>
background-color css
<style>
a { background-color: #015B50; }
a { background-color: rgb(1,91,80); }
div.DivClassName
{
background-color: #015B50;
}
.BgClassName
{
background-color: #015B50;
}
</style>
border-color css
<style>
span { border-color: #015B50; }
span { border-color: rgb(1,91,80); }
td.TdClassName
{
border-color: #015B50;
}
.TagClassName
{
border-color: #015B50;
}
</style>