Shades of Mosque #0B5A52
Tints of Mosque #0B5A52
RGB
CMYK
RGB Variations
Color information
#0B5A52 (or 0x0B5A52) is known color: Mosque. HEX triplet: 0B, 5A and 52. RGB value is (11,90,82). Sum of RGB (Red+Green+Blue) = 11+90+82=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A52 is #F4A5AD. Grayscale: #414141. Windows color (decimal): -16033198 or 5397003. OLE color: 5397003.
HSL color Cylindrical-coordinate representation of color #0B5A52: hue angle of 173.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A52 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 82 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.65 |
| HSL | 173.92º | 0.78% | 0.2% | - |
| HSV(B) | 173.92º | 0.88% | 0.35% | - |
| XYZ | 5.32 | 7.99 | 9.25 | - |
| YUV | 65.47 | 137.33 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 82 | 0.88 | 0 | 0.09 | 0.65 | 173.92 | 0.78 | 0.2 |
| Hex | B | 5A | 52 | 58 | 0 | 9 | 41 | AE | 4E | 14 |
| Octal | 13 | 132 | 122 | 130 | 0 | 11 | 101 | 256 | 116 | 24 |
| Binary | 1011 | 1011010 | 1010010 | 1011000 | 0 | 1001 | 1000001 | 10101110 | 1001110 | 10100 |
Color Harmonies of #0B5A52
Complementary color
Monochromatic Colors of #0B5A52
Black with #0B5A52
Text Example
Text Example
White with #0B5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A52; }
p { color: rgb(11,90,82); }
H1.HeaderClassName
{
color: #0B5A52;
}
.AnyTagClassName
{
color: #0B5A52;
}
</style>
background-color css
<style>
a { background-color: #0B5A52; }
a { background-color: rgb(11,90,82); }
div.DivClassName
{
background-color: #0B5A52;
}
.BgClassName
{
background-color: #0B5A52;
}
</style>
border-color css
<style>
span { border-color: #0B5A52; }
span { border-color: rgb(11,90,82); }
td.TdClassName
{
border-color: #0B5A52;
}
.TagClassName
{
border-color: #0B5A52;
}
</style>