Shades of Mosque #015A58
Tints of Mosque #015A58
RGB
CMYK
RGB Variations
Color information
#015A58 (or 0x015A58) is known color: Mosque. HEX triplet: 01, 5A and 58. RGB value is (1,90,88). Sum of RGB (Red+Green+Blue) = 1+90+88=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #015A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A58 is #FEA5A7. Grayscale: #3F3F3F. Windows color (decimal): -16688552 or 5790209. OLE color: 5790209.
HSL color Cylindrical-coordinate representation of color #015A58: hue angle of 178.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A58 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 88 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.65 |
| HSL | 178.65º | 0.98% | 0.18% | - |
| HSV(B) | 178.65º | 0.99% | 0.35% | - |
| XYZ | 5.43 | 8.02 | 10.49 | - |
| YUV | 63.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 88 | 0.99 | 0 | 0.02 | 0.65 | 178.65 | 0.98 | 0.18 |
| Hex | 1 | 5A | 58 | 63 | 0 | 2 | 41 | B3 | 62 | 12 |
| Octal | 1 | 132 | 130 | 143 | 0 | 2 | 101 | 263 | 142 | 22 |
| Binary | 1 | 1011010 | 1011000 | 1100011 | 0 | 10 | 1000001 | 10110011 | 1100010 | 10010 |
Color Harmonies of #015A58
Complementary color
Monochromatic Colors of #015A58
Black with #015A58
Text Example
Text Example
White with #015A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A58; }
p { color: rgb(1,90,88); }
H1.HeaderClassName
{
color: #015A58;
}
.AnyTagClassName
{
color: #015A58;
}
</style>
background-color css
<style>
a { background-color: #015A58; }
a { background-color: rgb(1,90,88); }
div.DivClassName
{
background-color: #015A58;
}
.BgClassName
{
background-color: #015A58;
}
</style>
border-color css
<style>
span { border-color: #015A58; }
span { border-color: rgb(1,90,88); }
td.TdClassName
{
border-color: #015A58;
}
.TagClassName
{
border-color: #015A58;
}
</style>