Shades of Mosque #095D55
Tints of Mosque #095D55
RGB
CMYK
RGB Variations
Color information
#095D55 (or 0x095D55) is known color: Mosque. HEX triplet: 09, 5D and 55. RGB value is (9,93,85). Sum of RGB (Red+Green+Blue) = 9+93+85=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #095D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D55 is #F6A2AA. Grayscale: #424242. Windows color (decimal): -16163499 or 5594377. OLE color: 5594377.
HSL color Cylindrical-coordinate representation of color #095D55: hue angle of 174.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D55 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 85 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.64 |
| HSL | 174.29º | 0.82% | 0.2% | - |
| HSV(B) | 174.29º | 0.9% | 0.36% | - |
| XYZ | 5.67 | 8.54 | 9.94 | - |
| YUV | 66.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 85 | 0.90 | 0 | 0.09 | 0.64 | 174.29 | 0.82 | 0.2 |
| Hex | 9 | 5D | 55 | 5A | 0 | 9 | 40 | AE | 52 | 14 |
| Octal | 11 | 135 | 125 | 132 | 0 | 11 | 100 | 256 | 122 | 24 |
| Binary | 1001 | 1011101 | 1010101 | 1011010 | 0 | 1001 | 1000000 | 10101110 | 1010010 | 10100 |
Color Harmonies of #095D55
Complementary color
Monochromatic Colors of #095D55
Black with #095D55
Text Example
Text Example
White with #095D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D55; }
p { color: rgb(9,93,85); }
H1.HeaderClassName
{
color: #095D55;
}
.AnyTagClassName
{
color: #095D55;
}
</style>
background-color css
<style>
a { background-color: #095D55; }
a { background-color: rgb(9,93,85); }
div.DivClassName
{
background-color: #095D55;
}
.BgClassName
{
background-color: #095D55;
}
</style>
border-color css
<style>
span { border-color: #095D55; }
span { border-color: rgb(9,93,85); }
td.TdClassName
{
border-color: #095D55;
}
.TagClassName
{
border-color: #095D55;
}
</style>