Shades of Mosque #105B50
Tints of Mosque #105B50
RGB
CMYK
RGB Variations
Color information
#105B50 (or 0x105B50) is known color: Mosque. HEX triplet: 10, 5B and 50. RGB value is (16,91,80). Sum of RGB (Red+Green+Blue) = 16+91+80=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #105B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B50 is #EFA4AF. Grayscale: #434343. Windows color (decimal): -15705264 or 5266192. OLE color: 5266192.
HSL color Cylindrical-coordinate representation of color #105B50: hue angle of 171.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B50 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 80 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.64 |
| HSL | 171.2º | 0.7% | 0.21% | - |
| HSV(B) | 171.2º | 0.82% | 0.36% | - |
| XYZ | 5.4 | 8.17 | 8.88 | - |
| YUV | 67.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 80 | 0.82 | 0 | 0.12 | 0.64 | 171.2 | 0.7 | 0.21 |
| Hex | 10 | 5B | 50 | 52 | 0 | C | 40 | AB | 46 | 15 |
| Octal | 20 | 133 | 120 | 122 | 0 | 14 | 100 | 253 | 106 | 25 |
| Binary | 10000 | 1011011 | 1010000 | 1010010 | 0 | 1100 | 1000000 | 10101011 | 1000110 | 10101 |
Color Harmonies of #105B50
Complementary color
Monochromatic Colors of #105B50
Black with #105B50
Text Example
Text Example
White with #105B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B50; }
p { color: rgb(16,91,80); }
H1.HeaderClassName
{
color: #105B50;
}
.AnyTagClassName
{
color: #105B50;
}
</style>
background-color css
<style>
a { background-color: #105B50; }
a { background-color: rgb(16,91,80); }
div.DivClassName
{
background-color: #105B50;
}
.BgClassName
{
background-color: #105B50;
}
</style>
border-color css
<style>
span { border-color: #105B50; }
span { border-color: rgb(16,91,80); }
td.TdClassName
{
border-color: #105B50;
}
.TagClassName
{
border-color: #105B50;
}
</style>