Shades of Mosque #0D5C55
Tints of Mosque #0D5C55
RGB
CMYK
RGB Variations
Color information
#0D5C55 (or 0x0D5C55) is known color: Mosque. HEX triplet: 0D, 5C and 55. RGB value is (13,92,85). Sum of RGB (Red+Green+Blue) = 13+92+85=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #0D5C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5C55 is #F2A3AA. Grayscale: #434343. Windows color (decimal): -15901611 or 5594125. OLE color: 5594125.
HSL color Cylindrical-coordinate representation of color #0D5C55: hue angle of 174.68º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5C55 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 92 | 85 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.64 |
| HSL | 174.68º | 0.75% | 0.21% | - |
| HSV(B) | 174.68º | 0.86% | 0.36% | - |
| XYZ | 5.63 | 8.4 | 9.92 | - |
| YUV | 67.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 85 | 0.86 | 0 | 0.08 | 0.64 | 174.68 | 0.75 | 0.21 |
| Hex | D | 5C | 55 | 56 | 0 | 8 | 40 | AF | 4B | 15 |
| Octal | 15 | 134 | 125 | 126 | 0 | 10 | 100 | 257 | 113 | 25 |
| Binary | 1101 | 1011100 | 1010101 | 1010110 | 0 | 1000 | 1000000 | 10101111 | 1001011 | 10101 |
Color Harmonies of #0D5C55
Complementary color
Monochromatic Colors of #0D5C55
Black with #0D5C55
Text Example
Text Example
White with #0D5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5C55; }
p { color: rgb(13,92,85); }
H1.HeaderClassName
{
color: #0D5C55;
}
.AnyTagClassName
{
color: #0D5C55;
}
</style>
background-color css
<style>
a { background-color: #0D5C55; }
a { background-color: rgb(13,92,85); }
div.DivClassName
{
background-color: #0D5C55;
}
.BgClassName
{
background-color: #0D5C55;
}
</style>
border-color css
<style>
span { border-color: #0D5C55; }
span { border-color: rgb(13,92,85); }
td.TdClassName
{
border-color: #0D5C55;
}
.TagClassName
{
border-color: #0D5C55;
}
</style>