Shades of Mosque #105C4F
Tints of Mosque #105C4F
RGB
CMYK
RGB Variations
Color information
#105C4F (or 0x105C4F) is known color: Mosque. HEX triplet: 10, 5C and 4F. RGB value is (16,92,79). Sum of RGB (Red+Green+Blue) = 16+92+79=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #105C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C4F is #EFA3B0. Grayscale: #434343. Windows color (decimal): -15705009 or 5200912. OLE color: 5200912.
HSL color Cylindrical-coordinate representation of color #105C4F: hue angle of 169.74º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C4F is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 79 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.64 |
| HSL | 169.74º | 0.7% | 0.21% | - |
| HSV(B) | 169.74º | 0.83% | 0.36% | - |
| XYZ | 5.45 | 8.33 | 8.72 | - |
| YUV | 67.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 79 | 0.83 | 0 | 0.14 | 0.64 | 169.74 | 0.7 | 0.21 |
| Hex | 10 | 5C | 4F | 53 | 0 | E | 40 | AA | 46 | 15 |
| Octal | 20 | 134 | 117 | 123 | 0 | 16 | 100 | 252 | 106 | 25 |
| Binary | 10000 | 1011100 | 1001111 | 1010011 | 0 | 1110 | 1000000 | 10101010 | 1000110 | 10101 |
Color Harmonies of #105C4F
Complementary color
Monochromatic Colors of #105C4F
Black with #105C4F
Text Example
Text Example
White with #105C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C4F; }
p { color: rgb(16,92,79); }
H1.HeaderClassName
{
color: #105C4F;
}
.AnyTagClassName
{
color: #105C4F;
}
</style>
background-color css
<style>
a { background-color: #105C4F; }
a { background-color: rgb(16,92,79); }
div.DivClassName
{
background-color: #105C4F;
}
.BgClassName
{
background-color: #105C4F;
}
</style>
border-color css
<style>
span { border-color: #105C4F; }
span { border-color: rgb(16,92,79); }
td.TdClassName
{
border-color: #105C4F;
}
.TagClassName
{
border-color: #105C4F;
}
</style>