Shades of Mosque #0B5C5D
Tints of Mosque #0B5C5D
RGB
CMYK
RGB Variations
Color information
#0B5C5D (or 0x0B5C5D) is known color: Mosque. HEX triplet: 0B, 5C and 5D. RGB value is (11,92,93). Sum of RGB (Red+Green+Blue) = 11+92+93=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B5C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5C5D is #F4A3A2. Grayscale: #434343. Windows color (decimal): -16032675 or 6118411. OLE color: 6118411.
HSL color Cylindrical-coordinate representation of color #0B5C5D: hue angle of 180.73º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5C5D is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 92 | 93 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.64 |
| HSL | 180.73º | 0.79% | 0.2% | - |
| HSV(B) | 180.73º | 0.88% | 0.36% | - |
| XYZ | 5.94 | 8.52 | 11.69 | - |
| YUV | 67.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 93 | 0.88 | 0.01 | 0 | 0.64 | 180.73 | 0.79 | 0.2 |
| Hex | B | 5C | 5D | 58 | 1 | 0 | 40 | B5 | 4F | 14 |
| Octal | 13 | 134 | 135 | 130 | 1 | 0 | 100 | 265 | 117 | 24 |
| Binary | 1011 | 1011100 | 1011101 | 1011000 | 1 | 0 | 1000000 | 10110101 | 1001111 | 10100 |
Color Harmonies of #0B5C5D
Complementary color
Monochromatic Colors of #0B5C5D
Black with #0B5C5D
Text Example
Text Example
White with #0B5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C5D; }
p { color: rgb(11,92,93); }
H1.HeaderClassName
{
color: #0B5C5D;
}
.AnyTagClassName
{
color: #0B5C5D;
}
</style>
background-color css
<style>
a { background-color: #0B5C5D; }
a { background-color: rgb(11,92,93); }
div.DivClassName
{
background-color: #0B5C5D;
}
.BgClassName
{
background-color: #0B5C5D;
}
</style>
border-color css
<style>
span { border-color: #0B5C5D; }
span { border-color: rgb(11,92,93); }
td.TdClassName
{
border-color: #0B5C5D;
}
.TagClassName
{
border-color: #0B5C5D;
}
</style>