Shades of Mosque #095E53
Tints of Mosque #095E53
RGB
CMYK
RGB Variations
Color information
#095E53 (or 0x095E53) is known color: Mosque. HEX triplet: 09, 5E and 53. RGB value is (9,94,83). Sum of RGB (Red+Green+Blue) = 9+94+83=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #095E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E53 is #F6A1AC. Grayscale: #434343. Windows color (decimal): -16163245 or 5463561. OLE color: 5463561.
HSL color Cylindrical-coordinate representation of color #095E53: hue angle of 172.24º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E53 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 83 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.63 |
| HSL | 172.24º | 0.83% | 0.2% | - |
| HSV(B) | 172.24º | 0.9% | 0.37% | - |
| XYZ | 5.68 | 8.69 | 9.56 | - |
| YUV | 67.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 83 | 0.90 | 0 | 0.12 | 0.63 | 172.24 | 0.83 | 0.2 |
| Hex | 9 | 5E | 53 | 5A | 0 | C | 3F | AC | 53 | 14 |
| Octal | 11 | 136 | 123 | 132 | 0 | 14 | 77 | 254 | 123 | 24 |
| Binary | 1001 | 1011110 | 1010011 | 1011010 | 0 | 1100 | 111111 | 10101100 | 1010011 | 10100 |
Color Harmonies of #095E53
Complementary color
Monochromatic Colors of #095E53
Black with #095E53
Text Example
Text Example
White with #095E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E53; }
p { color: rgb(9,94,83); }
H1.HeaderClassName
{
color: #095E53;
}
.AnyTagClassName
{
color: #095E53;
}
</style>
background-color css
<style>
a { background-color: #095E53; }
a { background-color: rgb(9,94,83); }
div.DivClassName
{
background-color: #095E53;
}
.BgClassName
{
background-color: #095E53;
}
</style>
border-color css
<style>
span { border-color: #095E53; }
span { border-color: rgb(9,94,83); }
td.TdClassName
{
border-color: #095E53;
}
.TagClassName
{
border-color: #095E53;
}
</style>