Shades of Mosque #0C585D
Tints of Mosque #0C585D
RGB
CMYK
RGB Variations
Color information
#0C585D (or 0x0C585D) is known color: Mosque. HEX triplet: 0C, 58 and 5D. RGB value is (12,88,93). Sum of RGB (Red+Green+Blue) = 12+88+93=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C585D is #F3A7A2. Grayscale: #414141. Windows color (decimal): -15968163 or 6117388. OLE color: 6117388.
HSL color Cylindrical-coordinate representation of color #0C585D: hue angle of 183.7º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C585D is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 88 | 93 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.64 |
| HSL | 183.7º | 0.77% | 0.21% | - |
| HSV(B) | 183.7º | 0.87% | 0.36% | - |
| XYZ | 5.62 | 7.85 | 11.57 | - |
| YUV | 65.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 93 | 0.87 | 0.05 | 0 | 0.64 | 183.7 | 0.77 | 0.21 |
| Hex | C | 58 | 5D | 57 | 5 | 0 | 40 | B8 | 4D | 15 |
| Octal | 14 | 130 | 135 | 127 | 5 | 0 | 100 | 270 | 115 | 25 |
| Binary | 1100 | 1011000 | 1011101 | 1010111 | 101 | 0 | 1000000 | 10111000 | 1001101 | 10101 |
Color Harmonies of #0C585D
Complementary color
Monochromatic Colors of #0C585D
Black with #0C585D
Text Example
Text Example
White with #0C585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C585D; }
p { color: rgb(12,88,93); }
H1.HeaderClassName
{
color: #0C585D;
}
.AnyTagClassName
{
color: #0C585D;
}
</style>
background-color css
<style>
a { background-color: #0C585D; }
a { background-color: rgb(12,88,93); }
div.DivClassName
{
background-color: #0C585D;
}
.BgClassName
{
background-color: #0C585D;
}
</style>
border-color css
<style>
span { border-color: #0C585D; }
span { border-color: rgb(12,88,93); }
td.TdClassName
{
border-color: #0C585D;
}
.TagClassName
{
border-color: #0C585D;
}
</style>