Shades of Mosque #0B5E59
Tints of Mosque #0B5E59
RGB
CMYK
RGB Variations
Color information
#0B5E59 (or 0x0B5E59) is known color: Mosque. HEX triplet: 0B, 5E and 59. RGB value is (11,94,89). Sum of RGB (Red+Green+Blue) = 11+94+89=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5E59 is #F4A1A6. Grayscale: #444444. Windows color (decimal): -16032167 or 5856779. OLE color: 5856779.
HSL color Cylindrical-coordinate representation of color #0B5E59: hue angle of 176.39º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5E59 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 94 | 89 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.63 |
| HSL | 176.39º | 0.79% | 0.21% | - |
| HSV(B) | 176.39º | 0.88% | 0.37% | - |
| XYZ | 5.94 | 8.8 | 10.84 | - |
| YUV | 68.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 89 | 0.88 | 0 | 0.05 | 0.63 | 176.39 | 0.79 | 0.21 |
| Hex | B | 5E | 59 | 58 | 0 | 5 | 3F | B0 | 4F | 15 |
| Octal | 13 | 136 | 131 | 130 | 0 | 5 | 77 | 260 | 117 | 25 |
| Binary | 1011 | 1011110 | 1011001 | 1011000 | 0 | 101 | 111111 | 10110000 | 1001111 | 10101 |
Color Harmonies of #0B5E59
Complementary color
Monochromatic Colors of #0B5E59
Black with #0B5E59
Text Example
Text Example
White with #0B5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E59; }
p { color: rgb(11,94,89); }
H1.HeaderClassName
{
color: #0B5E59;
}
.AnyTagClassName
{
color: #0B5E59;
}
</style>
background-color css
<style>
a { background-color: #0B5E59; }
a { background-color: rgb(11,94,89); }
div.DivClassName
{
background-color: #0B5E59;
}
.BgClassName
{
background-color: #0B5E59;
}
</style>
border-color css
<style>
span { border-color: #0B5E59; }
span { border-color: rgb(11,94,89); }
td.TdClassName
{
border-color: #0B5E59;
}
.TagClassName
{
border-color: #0B5E59;
}
</style>