Shades of Mosque #0F5A53
Tints of Mosque #0F5A53
RGB
CMYK
RGB Variations
Color information
#0F5A53 (or 0x0F5A53) is known color: Mosque. HEX triplet: 0F, 5A and 53. RGB value is (15,90,83). Sum of RGB (Red+Green+Blue) = 15+90+83=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A53 is #F0A5AC. Grayscale: #424242. Windows color (decimal): -15771053 or 5462543. OLE color: 5462543.
HSL color Cylindrical-coordinate representation of color #0F5A53: hue angle of 174.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A53 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 83 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.65 |
| HSL | 174.4º | 0.71% | 0.21% | - |
| HSV(B) | 174.4º | 0.83% | 0.35% | - |
| XYZ | 5.41 | 8.04 | 9.45 | - |
| YUV | 66.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 83 | 0.83 | 0 | 0.08 | 0.65 | 174.4 | 0.71 | 0.21 |
| Hex | F | 5A | 53 | 53 | 0 | 8 | 41 | AE | 47 | 15 |
| Octal | 17 | 132 | 123 | 123 | 0 | 10 | 101 | 256 | 107 | 25 |
| Binary | 1111 | 1011010 | 1010011 | 1010011 | 0 | 1000 | 1000001 | 10101110 | 1000111 | 10101 |
Color Harmonies of #0F5A53
Complementary color
Monochromatic Colors of #0F5A53
Black with #0F5A53
Text Example
Text Example
White with #0F5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A53; }
p { color: rgb(15,90,83); }
H1.HeaderClassName
{
color: #0F5A53;
}
.AnyTagClassName
{
color: #0F5A53;
}
</style>
background-color css
<style>
a { background-color: #0F5A53; }
a { background-color: rgb(15,90,83); }
div.DivClassName
{
background-color: #0F5A53;
}
.BgClassName
{
background-color: #0F5A53;
}
</style>
border-color css
<style>
span { border-color: #0F5A53; }
span { border-color: rgb(15,90,83); }
td.TdClassName
{
border-color: #0F5A53;
}
.TagClassName
{
border-color: #0F5A53;
}
</style>