Shades of Mosque #095F54
Tints of Mosque #095F54
RGB
CMYK
RGB Variations
Color information
#095F54 (or 0x095F54) is known color: Mosque. HEX triplet: 09, 5F and 54. RGB value is (9,95,84). Sum of RGB (Red+Green+Blue) = 9+95+84=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #095F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F54 is #F6A0AB. Grayscale: #434343. Windows color (decimal): -16162988 or 5529353. OLE color: 5529353.
HSL color Cylindrical-coordinate representation of color #095F54: hue angle of 172.33º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F54 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 84 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.63 |
| HSL | 172.33º | 0.83% | 0.2% | - |
| HSV(B) | 172.33º | 0.91% | 0.37% | - |
| XYZ | 5.81 | 8.88 | 9.8 | - |
| YUV | 68.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 84 | 0.91 | 0 | 0.12 | 0.63 | 172.33 | 0.83 | 0.2 |
| Hex | 9 | 5F | 54 | 5B | 0 | C | 3F | AC | 53 | 14 |
| Octal | 11 | 137 | 124 | 133 | 0 | 14 | 77 | 254 | 123 | 24 |
| Binary | 1001 | 1011111 | 1010100 | 1011011 | 0 | 1100 | 111111 | 10101100 | 1010011 | 10100 |
Color Harmonies of #095F54
Complementary color
Monochromatic Colors of #095F54
Black with #095F54
Text Example
Text Example
White with #095F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F54; }
p { color: rgb(9,95,84); }
H1.HeaderClassName
{
color: #095F54;
}
.AnyTagClassName
{
color: #095F54;
}
</style>
background-color css
<style>
a { background-color: #095F54; }
a { background-color: rgb(9,95,84); }
div.DivClassName
{
background-color: #095F54;
}
.BgClassName
{
background-color: #095F54;
}
</style>
border-color css
<style>
span { border-color: #095F54; }
span { border-color: rgb(9,95,84); }
td.TdClassName
{
border-color: #095F54;
}
.TagClassName
{
border-color: #095F54;
}
</style>