Shades of Mosque #015C5D
Tints of Mosque #015C5D
RGB
CMYK
RGB Variations
Color information
#015C5D (or 0x015C5D) is known color: Mosque. HEX triplet: 01, 5C and 5D. RGB value is (1,92,93). Sum of RGB (Red+Green+Blue) = 1+92+93=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #015C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C5D is #FEA3A2. Grayscale: #404040. Windows color (decimal): -16688035 or 6118401. OLE color: 6118401.
HSL color Cylindrical-coordinate representation of color #015C5D: hue angle of 180.65º 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 #015C5D is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 93 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.64 |
| HSL | 180.65º | 0.98% | 0.18% | - |
| HSV(B) | 180.65º | 0.99% | 0.36% | - |
| XYZ | 5.82 | 8.45 | 11.68 | - |
| YUV | 64.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 93 | 0.99 | 0.01 | 0 | 0.64 | 180.65 | 0.98 | 0.18 |
| Hex | 1 | 5C | 5D | 63 | 1 | 0 | 40 | B5 | 62 | 12 |
| Octal | 1 | 134 | 135 | 143 | 1 | 0 | 100 | 265 | 142 | 22 |
| Binary | 1 | 1011100 | 1011101 | 1100011 | 1 | 0 | 1000000 | 10110101 | 1100010 | 10010 |
Color Harmonies of #015C5D
Complementary color
Monochromatic Colors of #015C5D
Black with #015C5D
Text Example
Text Example
White with #015C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C5D; }
p { color: rgb(1,92,93); }
H1.HeaderClassName
{
color: #015C5D;
}
.AnyTagClassName
{
color: #015C5D;
}
</style>
background-color css
<style>
a { background-color: #015C5D; }
a { background-color: rgb(1,92,93); }
div.DivClassName
{
background-color: #015C5D;
}
.BgClassName
{
background-color: #015C5D;
}
</style>
border-color css
<style>
span { border-color: #015C5D; }
span { border-color: rgb(1,92,93); }
td.TdClassName
{
border-color: #015C5D;
}
.TagClassName
{
border-color: #015C5D;
}
</style>