Shades of Mosque #075B5C
Tints of Mosque #075B5C
RGB
CMYK
RGB Variations
Color information
#075B5C (or 0x075B5C) is known color: Mosque. HEX triplet: 07, 5B and 5C. RGB value is (7,91,92). Sum of RGB (Red+Green+Blue) = 7+91+92=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #075B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B5C is #F8A4A3. Grayscale: #414141. Windows color (decimal): -16295076 or 6052615. OLE color: 6052615.
HSL color Cylindrical-coordinate representation of color #075B5C: hue angle of 180.71º 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 #075B5C is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 92 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.64 |
| HSL | 180.71º | 0.86% | 0.19% | - |
| HSV(B) | 180.71º | 0.92% | 0.36% | - |
| XYZ | 5.76 | 8.3 | 11.42 | - |
| YUV | 66 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 92 | 0.92 | 0.01 | 0 | 0.64 | 180.71 | 0.86 | 0.19 |
| Hex | 7 | 5B | 5C | 5C | 1 | 0 | 40 | B5 | 56 | 13 |
| Octal | 7 | 133 | 134 | 134 | 1 | 0 | 100 | 265 | 126 | 23 |
| Binary | 111 | 1011011 | 1011100 | 1011100 | 1 | 0 | 1000000 | 10110101 | 1010110 | 10011 |
Color Harmonies of #075B5C
Complementary color
Monochromatic Colors of #075B5C
Black with #075B5C
Text Example
Text Example
White with #075B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B5C; }
p { color: rgb(7,91,92); }
H1.HeaderClassName
{
color: #075B5C;
}
.AnyTagClassName
{
color: #075B5C;
}
</style>
background-color css
<style>
a { background-color: #075B5C; }
a { background-color: rgb(7,91,92); }
div.DivClassName
{
background-color: #075B5C;
}
.BgClassName
{
background-color: #075B5C;
}
</style>
border-color css
<style>
span { border-color: #075B5C; }
span { border-color: rgb(7,91,92); }
td.TdClassName
{
border-color: #075B5C;
}
.TagClassName
{
border-color: #075B5C;
}
</style>