Shades of Mosque #0B5D5C
Tints of Mosque #0B5D5C
RGB
CMYK
RGB Variations
Color information
#0B5D5C (or 0x0B5D5C) is known color: Mosque. HEX triplet: 0B, 5D and 5C. RGB value is (11,93,92). Sum of RGB (Red+Green+Blue) = 11+93+92=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5D5C is #F4A2A3. Grayscale: #444444. Windows color (decimal): -16032420 or 6053131. OLE color: 6053131.
HSL color Cylindrical-coordinate representation of color #0B5D5C: hue angle of 179.27º 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 #0B5D5C is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 93 | 92 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.64 |
| HSL | 179.27º | 0.79% | 0.2% | - |
| HSV(B) | 179.27º | 0.88% | 0.36% | - |
| XYZ | 5.98 | 8.67 | 11.48 | - |
| YUV | 68.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 92 | 0.88 | 0 | 0.01 | 0.64 | 179.27 | 0.79 | 0.2 |
| Hex | B | 5D | 5C | 58 | 0 | 1 | 40 | B3 | 4F | 14 |
| Octal | 13 | 135 | 134 | 130 | 0 | 1 | 100 | 263 | 117 | 24 |
| Binary | 1011 | 1011101 | 1011100 | 1011000 | 0 | 1 | 1000000 | 10110011 | 1001111 | 10100 |
Color Harmonies of #0B5D5C
Complementary color
Monochromatic Colors of #0B5D5C
Black with #0B5D5C
Text Example
Text Example
White with #0B5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5D5C; }
p { color: rgb(11,93,92); }
H1.HeaderClassName
{
color: #0B5D5C;
}
.AnyTagClassName
{
color: #0B5D5C;
}
</style>
background-color css
<style>
a { background-color: #0B5D5C; }
a { background-color: rgb(11,93,92); }
div.DivClassName
{
background-color: #0B5D5C;
}
.BgClassName
{
background-color: #0B5D5C;
}
</style>
border-color css
<style>
span { border-color: #0B5D5C; }
span { border-color: rgb(11,93,92); }
td.TdClassName
{
border-color: #0B5D5C;
}
.TagClassName
{
border-color: #0B5D5C;
}
</style>