Shades of Mosque #0D5A55
Tints of Mosque #0D5A55
RGB
CMYK
RGB Variations
Color information
#0D5A55 (or 0x0D5A55) is known color: Mosque. HEX triplet: 0D, 5A and 55. RGB value is (13,90,85). Sum of RGB (Red+Green+Blue) = 13+90+85=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5A55 is #F2A5AA. Grayscale: #424242. Windows color (decimal): -15902123 or 5593613. OLE color: 5593613.
HSL color Cylindrical-coordinate representation of color #0D5A55: hue angle of 176.1º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A55 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 85 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.65 |
| HSL | 176.1º | 0.75% | 0.2% | - |
| HSV(B) | 176.1º | 0.86% | 0.35% | - |
| XYZ | 5.46 | 8.05 | 9.86 | - |
| YUV | 66.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 85 | 0.86 | 0 | 0.06 | 0.65 | 176.1 | 0.75 | 0.2 |
| Hex | D | 5A | 55 | 56 | 0 | 6 | 41 | B0 | 4B | 14 |
| Octal | 15 | 132 | 125 | 126 | 0 | 6 | 101 | 260 | 113 | 24 |
| Binary | 1101 | 1011010 | 1010101 | 1010110 | 0 | 110 | 1000001 | 10110000 | 1001011 | 10100 |
Color Harmonies of #0D5A55
Complementary color
Monochromatic Colors of #0D5A55
Black with #0D5A55
Text Example
Text Example
White with #0D5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A55; }
p { color: rgb(13,90,85); }
H1.HeaderClassName
{
color: #0D5A55;
}
.AnyTagClassName
{
color: #0D5A55;
}
</style>
background-color css
<style>
a { background-color: #0D5A55; }
a { background-color: rgb(13,90,85); }
div.DivClassName
{
background-color: #0D5A55;
}
.BgClassName
{
background-color: #0D5A55;
}
</style>
border-color css
<style>
span { border-color: #0D5A55; }
span { border-color: rgb(13,90,85); }
td.TdClassName
{
border-color: #0D5A55;
}
.TagClassName
{
border-color: #0D5A55;
}
</style>