Shades of Mosque #015B5B
Tints of Mosque #015B5B
RGB
CMYK
RGB Variations
Color information
#015B5B (or 0x015B5B) is known color: Mosque. HEX triplet: 01, 5B and 5B. RGB value is (1,91,91). Sum of RGB (Red+Green+Blue) = 1+91+91=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #015B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B5B is #FEA4A4. Grayscale: #3F3F3F. Windows color (decimal): -16688293 or 5987073. OLE color: 5987073.
HSL color Cylindrical-coordinate representation of color #015B5B: hue angle of 180º 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 #015B5B is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 91 | - |
| CMYK | 0.99 | 0 | 0 | 0.64 |
| HSL | 180º | 0.98% | 0.18% | - |
| HSV(B) | 180º | 0.99% | 0.36% | - |
| XYZ | 5.64 | 8.24 | 11.19 | - |
| YUV | 64.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 91 | 0.99 | 0 | 0 | 0.64 | 180 | 0.98 | 0.18 |
| Hex | 1 | 5B | 5B | 63 | 0 | 0 | 40 | B4 | 62 | 12 |
| Octal | 1 | 133 | 133 | 143 | 0 | 0 | 100 | 264 | 142 | 22 |
| Binary | 1 | 1011011 | 1011011 | 1100011 | 0 | 0 | 1000000 | 10110100 | 1100010 | 10010 |
Color Harmonies of #015B5B
Complementary color
Monochromatic Colors of #015B5B
Black with #015B5B
Text Example
Text Example
White with #015B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B5B; }
p { color: rgb(1,91,91); }
H1.HeaderClassName
{
color: #015B5B;
}
.AnyTagClassName
{
color: #015B5B;
}
</style>
background-color css
<style>
a { background-color: #015B5B; }
a { background-color: rgb(1,91,91); }
div.DivClassName
{
background-color: #015B5B;
}
.BgClassName
{
background-color: #015B5B;
}
</style>
border-color css
<style>
span { border-color: #015B5B; }
span { border-color: rgb(1,91,91); }
td.TdClassName
{
border-color: #015B5B;
}
.TagClassName
{
border-color: #015B5B;
}
</style>