Shades of Mosque #0F5952
Tints of Mosque #0F5952
RGB
CMYK
RGB Variations
Color information
#0F5952 (or 0x0F5952) is known color: Mosque. HEX triplet: 0F, 59 and 52. RGB value is (15,89,82). Sum of RGB (Red+Green+Blue) = 15+89+82=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #0F5952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5952 is #F0A6AD. Grayscale: #424242. Windows color (decimal): -15771310 or 5396751. OLE color: 5396751.
HSL color Cylindrical-coordinate representation of color #0F5952: hue angle of 174.32º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5952 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 89 | 82 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.65 |
| HSL | 174.32º | 0.71% | 0.2% | - |
| HSV(B) | 174.32º | 0.83% | 0.35% | - |
| XYZ | 5.29 | 7.86 | 9.22 | - |
| YUV | 66.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 82 | 0.83 | 0 | 0.08 | 0.65 | 174.32 | 0.71 | 0.2 |
| Hex | F | 59 | 52 | 53 | 0 | 8 | 41 | AE | 47 | 14 |
| Octal | 17 | 131 | 122 | 123 | 0 | 10 | 101 | 256 | 107 | 24 |
| Binary | 1111 | 1011001 | 1010010 | 1010011 | 0 | 1000 | 1000001 | 10101110 | 1000111 | 10100 |
Color Harmonies of #0F5952
Complementary color
Monochromatic Colors of #0F5952
Black with #0F5952
Text Example
Text Example
White with #0F5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5952; }
p { color: rgb(15,89,82); }
H1.HeaderClassName
{
color: #0F5952;
}
.AnyTagClassName
{
color: #0F5952;
}
</style>
background-color css
<style>
a { background-color: #0F5952; }
a { background-color: rgb(15,89,82); }
div.DivClassName
{
background-color: #0F5952;
}
.BgClassName
{
background-color: #0F5952;
}
</style>
border-color css
<style>
span { border-color: #0F5952; }
span { border-color: rgb(15,89,82); }
td.TdClassName
{
border-color: #0F5952;
}
.TagClassName
{
border-color: #0F5952;
}
</style>