Shades of Mosque #075C53
Tints of Mosque #075C53
RGB
CMYK
RGB Variations
Color information
#075C53 (or 0x075C53) is known color: Mosque. HEX triplet: 07, 5C and 53. RGB value is (7,92,83). Sum of RGB (Red+Green+Blue) = 7+92+83=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #075C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C53 is #F8A3AC. Grayscale: #414141. Windows color (decimal): -16294829 or 5463047. OLE color: 5463047.
HSL color Cylindrical-coordinate representation of color #075C53: hue angle of 173.65º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075C53 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 83 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.64 |
| HSL | 173.65º | 0.86% | 0.19% | - |
| HSV(B) | 173.65º | 0.92% | 0.36% | - |
| XYZ | 5.48 | 8.32 | 9.5 | - |
| YUV | 65.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 83 | 0.92 | 0 | 0.10 | 0.64 | 173.65 | 0.86 | 0.19 |
| Hex | 7 | 5C | 53 | 5C | 0 | A | 40 | AE | 56 | 13 |
| Octal | 7 | 134 | 123 | 134 | 0 | 12 | 100 | 256 | 126 | 23 |
| Binary | 111 | 1011100 | 1010011 | 1011100 | 0 | 1010 | 1000000 | 10101110 | 1010110 | 10011 |
Color Harmonies of #075C53
Complementary color
Monochromatic Colors of #075C53
Black with #075C53
Text Example
Text Example
White with #075C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C53; }
p { color: rgb(7,92,83); }
H1.HeaderClassName
{
color: #075C53;
}
.AnyTagClassName
{
color: #075C53;
}
</style>
background-color css
<style>
a { background-color: #075C53; }
a { background-color: rgb(7,92,83); }
div.DivClassName
{
background-color: #075C53;
}
.BgClassName
{
background-color: #075C53;
}
</style>
border-color css
<style>
span { border-color: #075C53; }
span { border-color: rgb(7,92,83); }
td.TdClassName
{
border-color: #075C53;
}
.TagClassName
{
border-color: #075C53;
}
</style>