Shades of Mosque #07595C
Tints of Mosque #07595C
RGB
CMYK
RGB Variations
Color information
#07595C (or 0x07595C) is known color: Mosque. HEX triplet: 07, 59 and 5C. RGB value is (7,89,92). Sum of RGB (Red+Green+Blue) = 7+89+92=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #07595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07595C is #F8A6A3. Grayscale: #404040. Windows color (decimal): -16295588 or 6052103. OLE color: 6052103.
HSL color Cylindrical-coordinate representation of color #07595C: hue angle of 182.12º 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 #07595C is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 89 | 92 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.64 |
| HSL | 182.12º | 0.86% | 0.19% | - |
| HSV(B) | 182.12º | 0.92% | 0.36% | - |
| XYZ | 5.59 | 7.96 | 11.37 | - |
| YUV | 64.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 92 | 0.92 | 0.03 | 0 | 0.64 | 182.12 | 0.86 | 0.19 |
| Hex | 7 | 59 | 5C | 5C | 3 | 0 | 40 | B6 | 56 | 13 |
| Octal | 7 | 131 | 134 | 134 | 3 | 0 | 100 | 266 | 126 | 23 |
| Binary | 111 | 1011001 | 1011100 | 1011100 | 11 | 0 | 1000000 | 10110110 | 1010110 | 10011 |
Color Harmonies of #07595C
Complementary color
Monochromatic Colors of #07595C
Black with #07595C
Text Example
Text Example
White with #07595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07595C; }
p { color: rgb(7,89,92); }
H1.HeaderClassName
{
color: #07595C;
}
.AnyTagClassName
{
color: #07595C;
}
</style>
background-color css
<style>
a { background-color: #07595C; }
a { background-color: rgb(7,89,92); }
div.DivClassName
{
background-color: #07595C;
}
.BgClassName
{
background-color: #07595C;
}
</style>
border-color css
<style>
span { border-color: #07595C; }
span { border-color: rgb(7,89,92); }
td.TdClassName
{
border-color: #07595C;
}
.TagClassName
{
border-color: #07595C;
}
</style>