Shades of Mosque #0D585D
Tints of Mosque #0D585D
RGB
CMYK
RGB Variations
Color information
#0D585D (or 0x0D585D) is known color: Mosque. HEX triplet: 0D, 58 and 5D. RGB value is (13,88,93). Sum of RGB (Red+Green+Blue) = 13+88+93=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D585D is #F2A7A2. Grayscale: #424242. Windows color (decimal): -15902627 or 6117389. OLE color: 6117389.
HSL color Cylindrical-coordinate representation of color #0D585D: hue angle of 183.75º 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 #0D585D is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 88 | 93 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.64 |
| HSL | 183.75º | 0.75% | 0.21% | - |
| HSV(B) | 183.75º | 0.86% | 0.36% | - |
| XYZ | 5.63 | 7.86 | 11.58 | - |
| YUV | 66.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 93 | 0.86 | 0.05 | 0 | 0.64 | 183.75 | 0.75 | 0.21 |
| Hex | D | 58 | 5D | 56 | 5 | 0 | 40 | B8 | 4B | 15 |
| Octal | 15 | 130 | 135 | 126 | 5 | 0 | 100 | 270 | 113 | 25 |
| Binary | 1101 | 1011000 | 1011101 | 1010110 | 101 | 0 | 1000000 | 10111000 | 1001011 | 10101 |
Color Harmonies of #0D585D
Complementary color
Monochromatic Colors of #0D585D
Black with #0D585D
Text Example
Text Example
White with #0D585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D585D; }
p { color: rgb(13,88,93); }
H1.HeaderClassName
{
color: #0D585D;
}
.AnyTagClassName
{
color: #0D585D;
}
</style>
background-color css
<style>
a { background-color: #0D585D; }
a { background-color: rgb(13,88,93); }
div.DivClassName
{
background-color: #0D585D;
}
.BgClassName
{
background-color: #0D585D;
}
</style>
border-color css
<style>
span { border-color: #0D585D; }
span { border-color: rgb(13,88,93); }
td.TdClassName
{
border-color: #0D585D;
}
.TagClassName
{
border-color: #0D585D;
}
</style>