Shades of Mosque #07595B
Tints of Mosque #07595B
RGB
CMYK
RGB Variations
Color information
#07595B (or 0x07595B) is known color: Mosque. HEX triplet: 07, 59 and 5B. RGB value is (7,89,91). Sum of RGB (Red+Green+Blue) = 7+89+91=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #07595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07595B is #F8A6A4. Grayscale: #404040. Windows color (decimal): -16295589 or 5986567. OLE color: 5986567.
HSL color Cylindrical-coordinate representation of color #07595B: hue angle of 181.43º 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 #07595B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 89 | 91 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.64 |
| HSL | 181.43º | 0.86% | 0.19% | - |
| HSV(B) | 181.43º | 0.92% | 0.36% | - |
| XYZ | 5.55 | 7.95 | 11.14 | - |
| YUV | 64.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 91 | 0.92 | 0.02 | 0 | 0.64 | 181.43 | 0.86 | 0.19 |
| Hex | 7 | 59 | 5B | 5C | 2 | 0 | 40 | B5 | 56 | 13 |
| Octal | 7 | 131 | 133 | 134 | 2 | 0 | 100 | 265 | 126 | 23 |
| Binary | 111 | 1011001 | 1011011 | 1011100 | 10 | 0 | 1000000 | 10110101 | 1010110 | 10011 |
Color Harmonies of #07595B
Complementary color
Monochromatic Colors of #07595B
Black with #07595B
Text Example
Text Example
White with #07595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07595B; }
p { color: rgb(7,89,91); }
H1.HeaderClassName
{
color: #07595B;
}
.AnyTagClassName
{
color: #07595B;
}
</style>
background-color css
<style>
a { background-color: #07595B; }
a { background-color: rgb(7,89,91); }
div.DivClassName
{
background-color: #07595B;
}
.BgClassName
{
background-color: #07595B;
}
</style>
border-color css
<style>
span { border-color: #07595B; }
span { border-color: rgb(7,89,91); }
td.TdClassName
{
border-color: #07595B;
}
.TagClassName
{
border-color: #07595B;
}
</style>