Shades of Mosque #015B55
Tints of Mosque #015B55
RGB
CMYK
RGB Variations
Color information
#015B55 (or 0x015B55) is known color: Mosque. HEX triplet: 01, 5B and 55. RGB value is (1,91,85). Sum of RGB (Red+Green+Blue) = 1+91+85=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #015B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B55 is #FEA4AA. Grayscale: #3F3F3F. Windows color (decimal): -16688299 or 5593857. OLE color: 5593857.
HSL color Cylindrical-coordinate representation of color #015B55: hue angle of 176º 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 #015B55 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 85 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.64 |
| HSL | 176º | 0.98% | 0.18% | - |
| HSV(B) | 176º | 0.99% | 0.36% | - |
| XYZ | 5.39 | 8.14 | 9.88 | - |
| YUV | 63.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 85 | 0.99 | 0 | 0.07 | 0.64 | 176 | 0.98 | 0.18 |
| Hex | 1 | 5B | 55 | 63 | 0 | 7 | 40 | B0 | 62 | 12 |
| Octal | 1 | 133 | 125 | 143 | 0 | 7 | 100 | 260 | 142 | 22 |
| Binary | 1 | 1011011 | 1010101 | 1100011 | 0 | 111 | 1000000 | 10110000 | 1100010 | 10010 |
Color Harmonies of #015B55
Complementary color
Monochromatic Colors of #015B55
Black with #015B55
Text Example
Text Example
White with #015B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B55; }
p { color: rgb(1,91,85); }
H1.HeaderClassName
{
color: #015B55;
}
.AnyTagClassName
{
color: #015B55;
}
</style>
background-color css
<style>
a { background-color: #015B55; }
a { background-color: rgb(1,91,85); }
div.DivClassName
{
background-color: #015B55;
}
.BgClassName
{
background-color: #015B55;
}
</style>
border-color css
<style>
span { border-color: #015B55; }
span { border-color: rgb(1,91,85); }
td.TdClassName
{
border-color: #015B55;
}
.TagClassName
{
border-color: #015B55;
}
</style>