Shades of Mosque #0B574D
Tints of Mosque #0B574D
RGB
CMYK
RGB Variations
Color information
#0B574D (or 0x0B574D) is known color: Mosque. HEX triplet: 0B, 57 and 4D. RGB value is (11,87,77). Sum of RGB (Red+Green+Blue) = 11+87+77=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #0B574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B574D is #F4A8B2. Grayscale: #3F3F3F. Windows color (decimal): -16033971 or 5068555. OLE color: 5068555.
HSL color Cylindrical-coordinate representation of color #0B574D: hue angle of 172.11º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B574D is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 87 | 77 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.66 |
| HSL | 172.11º | 0.78% | 0.19% | - |
| HSV(B) | 172.11º | 0.87% | 0.34% | - |
| XYZ | 4.89 | 7.42 | 8.2 | - |
| YUV | 63.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 77 | 0.87 | 0 | 0.11 | 0.66 | 172.11 | 0.78 | 0.19 |
| Hex | B | 57 | 4D | 57 | 0 | B | 42 | AC | 4E | 13 |
| Octal | 13 | 127 | 115 | 127 | 0 | 13 | 102 | 254 | 116 | 23 |
| Binary | 1011 | 1010111 | 1001101 | 1010111 | 0 | 1011 | 1000010 | 10101100 | 1001110 | 10011 |
Color Harmonies of #0B574D
Complementary color
Monochromatic Colors of #0B574D
Black with #0B574D
Text Example
Text Example
White with #0B574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B574D; }
p { color: rgb(11,87,77); }
H1.HeaderClassName
{
color: #0B574D;
}
.AnyTagClassName
{
color: #0B574D;
}
</style>
background-color css
<style>
a { background-color: #0B574D; }
a { background-color: rgb(11,87,77); }
div.DivClassName
{
background-color: #0B574D;
}
.BgClassName
{
background-color: #0B574D;
}
</style>
border-color css
<style>
span { border-color: #0B574D; }
span { border-color: rgb(11,87,77); }
td.TdClassName
{
border-color: #0B574D;
}
.TagClassName
{
border-color: #0B574D;
}
</style>