Shades of Mosque #0D5950
Tints of Mosque #0D5950
RGB
CMYK
RGB Variations
Color information
#0D5950 (or 0x0D5950) is known color: Mosque. HEX triplet: 0D, 59 and 50. RGB value is (13,89,80). Sum of RGB (Red+Green+Blue) = 13+89+80=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5950 is #F2A6AF. Grayscale: #414141. Windows color (decimal): -15902384 or 5265677. OLE color: 5265677.
HSL color Cylindrical-coordinate representation of color #0D5950: hue angle of 172.89º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5950 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 80 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.65 |
| HSL | 172.89º | 0.75% | 0.2% | - |
| HSV(B) | 172.89º | 0.85% | 0.35% | - |
| XYZ | 5.19 | 7.81 | 8.82 | - |
| YUV | 65.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 80 | 0.85 | 0 | 0.10 | 0.65 | 172.89 | 0.75 | 0.2 |
| Hex | D | 59 | 50 | 55 | 0 | A | 41 | AD | 4B | 14 |
| Octal | 15 | 131 | 120 | 125 | 0 | 12 | 101 | 255 | 113 | 24 |
| Binary | 1101 | 1011001 | 1010000 | 1010101 | 0 | 1010 | 1000001 | 10101101 | 1001011 | 10100 |
Color Harmonies of #0D5950
Complementary color
Monochromatic Colors of #0D5950
Black with #0D5950
Text Example
Text Example
White with #0D5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5950; }
p { color: rgb(13,89,80); }
H1.HeaderClassName
{
color: #0D5950;
}
.AnyTagClassName
{
color: #0D5950;
}
</style>
background-color css
<style>
a { background-color: #0D5950; }
a { background-color: rgb(13,89,80); }
div.DivClassName
{
background-color: #0D5950;
}
.BgClassName
{
background-color: #0D5950;
}
</style>
border-color css
<style>
span { border-color: #0D5950; }
span { border-color: rgb(13,89,80); }
td.TdClassName
{
border-color: #0D5950;
}
.TagClassName
{
border-color: #0D5950;
}
</style>