Shades of Mosque #0D575C
Tints of Mosque #0D575C
RGB
CMYK
RGB Variations
Color information
#0D575C (or 0x0D575C) is known color: Mosque. HEX triplet: 0D, 57 and 5C. RGB value is (13,87,92). Sum of RGB (Red+Green+Blue) = 13+87+92=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D575C is #F2A8A3. Grayscale: #414141. Windows color (decimal): -15902884 or 6051597. OLE color: 6051597.
HSL color Cylindrical-coordinate representation of color #0D575C: hue angle of 183.8º 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 #0D575C is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 87 | 92 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.64 |
| HSL | 183.8º | 0.75% | 0.21% | - |
| HSV(B) | 183.8º | 0.86% | 0.36% | - |
| XYZ | 5.51 | 7.67 | 11.32 | - |
| YUV | 65.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 92 | 0.86 | 0.05 | 0 | 0.64 | 183.8 | 0.75 | 0.21 |
| Hex | D | 57 | 5C | 56 | 5 | 0 | 40 | B8 | 4B | 15 |
| Octal | 15 | 127 | 134 | 126 | 5 | 0 | 100 | 270 | 113 | 25 |
| Binary | 1101 | 1010111 | 1011100 | 1010110 | 101 | 0 | 1000000 | 10111000 | 1001011 | 10101 |
Color Harmonies of #0D575C
Complementary color
Monochromatic Colors of #0D575C
Black with #0D575C
Text Example
Text Example
White with #0D575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D575C; }
p { color: rgb(13,87,92); }
H1.HeaderClassName
{
color: #0D575C;
}
.AnyTagClassName
{
color: #0D575C;
}
</style>
background-color css
<style>
a { background-color: #0D575C; }
a { background-color: rgb(13,87,92); }
div.DivClassName
{
background-color: #0D575C;
}
.BgClassName
{
background-color: #0D575C;
}
</style>
border-color css
<style>
span { border-color: #0D575C; }
span { border-color: rgb(13,87,92); }
td.TdClassName
{
border-color: #0D575C;
}
.TagClassName
{
border-color: #0D575C;
}
</style>