Shades of Mosque #07565C
Tints of Mosque #07565C
RGB
CMYK
RGB Variations
Color information
#07565C (or 0x07565C) is known color: Mosque. HEX triplet: 07, 56 and 5C. RGB value is (7,86,92). Sum of RGB (Red+Green+Blue) = 7+86+92=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #07565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07565C is #F8A9A3. Grayscale: #3E3E3E. Windows color (decimal): -16296356 or 6051335. OLE color: 6051335.
HSL color Cylindrical-coordinate representation of color #07565C: hue angle of 184.24º 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 #07565C is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 86 | 92 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.64 |
| HSL | 184.24º | 0.86% | 0.19% | - |
| HSV(B) | 184.24º | 0.92% | 0.36% | - |
| XYZ | 5.35 | 7.47 | 11.29 | - |
| YUV | 63.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 92 | 0.92 | 0.07 | 0 | 0.64 | 184.24 | 0.86 | 0.19 |
| Hex | 7 | 56 | 5C | 5C | 7 | 0 | 40 | B8 | 56 | 13 |
| Octal | 7 | 126 | 134 | 134 | 7 | 0 | 100 | 270 | 126 | 23 |
| Binary | 111 | 1010110 | 1011100 | 1011100 | 111 | 0 | 1000000 | 10111000 | 1010110 | 10011 |
Color Harmonies of #07565C
Complementary color
Monochromatic Colors of #07565C
Black with #07565C
Text Example
Text Example
White with #07565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07565C; }
p { color: rgb(7,86,92); }
H1.HeaderClassName
{
color: #07565C;
}
.AnyTagClassName
{
color: #07565C;
}
</style>
background-color css
<style>
a { background-color: #07565C; }
a { background-color: rgb(7,86,92); }
div.DivClassName
{
background-color: #07565C;
}
.BgClassName
{
background-color: #07565C;
}
</style>
border-color css
<style>
span { border-color: #07565C; }
span { border-color: rgb(7,86,92); }
td.TdClassName
{
border-color: #07565C;
}
.TagClassName
{
border-color: #07565C;
}
</style>