Shades of Mosque #015D54
Tints of Mosque #015D54
RGB
CMYK
RGB Variations
Color information
#015D54 (or 0x015D54) is known color: Mosque. HEX triplet: 01, 5D and 54. RGB value is (1,93,84). Sum of RGB (Red+Green+Blue) = 1+93+84=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #015D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D54 is #FEA2AB. Grayscale: #404040. Windows color (decimal): -16687788 or 5528833. OLE color: 5528833.
HSL color Cylindrical-coordinate representation of color #015D54: hue angle of 174.13º 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 #015D54 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 84 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.64 |
| HSL | 174.13º | 0.98% | 0.18% | - |
| HSV(B) | 174.13º | 0.99% | 0.36% | - |
| XYZ | 5.53 | 8.48 | 9.73 | - |
| YUV | 64.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 84 | 0.99 | 0 | 0.10 | 0.64 | 174.13 | 0.98 | 0.18 |
| Hex | 1 | 5D | 54 | 63 | 0 | A | 40 | AE | 62 | 12 |
| Octal | 1 | 135 | 124 | 143 | 0 | 12 | 100 | 256 | 142 | 22 |
| Binary | 1 | 1011101 | 1010100 | 1100011 | 0 | 1010 | 1000000 | 10101110 | 1100010 | 10010 |
Color Harmonies of #015D54
Complementary color
Monochromatic Colors of #015D54
Black with #015D54
Text Example
Text Example
White with #015D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D54; }
p { color: rgb(1,93,84); }
H1.HeaderClassName
{
color: #015D54;
}
.AnyTagClassName
{
color: #015D54;
}
</style>
background-color css
<style>
a { background-color: #015D54; }
a { background-color: rgb(1,93,84); }
div.DivClassName
{
background-color: #015D54;
}
.BgClassName
{
background-color: #015D54;
}
</style>
border-color css
<style>
span { border-color: #015D54; }
span { border-color: rgb(1,93,84); }
td.TdClassName
{
border-color: #015D54;
}
.TagClassName
{
border-color: #015D54;
}
</style>