Shades of Mosque #095E55
Tints of Mosque #095E55
RGB
CMYK
RGB Variations
Color information
#095E55 (or 0x095E55) is known color: Mosque. HEX triplet: 09, 5E and 55. RGB value is (9,94,85). Sum of RGB (Red+Green+Blue) = 9+94+85=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #095E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E55 is #F6A1AA. Grayscale: #434343. Windows color (decimal): -16163243 or 5594633. OLE color: 5594633.
HSL color Cylindrical-coordinate representation of color #095E55: hue angle of 173.65º 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 #095E55 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
RGB | 9 | 94 | 85 | - |
CMYK | 0.90 | 0 | 0.10 | 0.63 |
HSL | 173.65º | 0.83% | 0.2% | - |
HSV(B) | 173.65º | 0.9% | 0.37% | - |
XYZ | 5.76 | 8.72 | 9.97 | - |
YUV | 67.56 | 137.84 | 86.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 94 | 85 | 0.90 | 0 | 0.10 | 0.63 | 173.65 | 0.83 | 0.2 |
Hex | 9 | 5E | 55 | 5A | 0 | A | 3F | AE | 53 | 14 |
Octal | 11 | 136 | 125 | 132 | 0 | 12 | 77 | 256 | 123 | 24 |
Binary | 1001 | 1011110 | 1010101 | 1011010 | 0 | 1010 | 111111 | 10101110 | 1010011 | 10100 |
Color Harmonies of #095E55
Complementary color
Monochromatic Colors of #095E55
Black with #095E55
Text Example
Text Example
White with #095E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E55; }
p { color: rgb(9,94,85); }
H1.HeaderClassName
{
color: #095E55;
}
.AnyTagClassName
{
color: #095E55;
}
</style>
background-color css
<style>
a { background-color: #095E55; }
a { background-color: rgb(9,94,85); }
div.DivClassName
{
background-color: #095E55;
}
.BgClassName
{
background-color: #095E55;
}
</style>
border-color css
<style>
span { border-color: #095E55; }
span { border-color: rgb(9,94,85); }
td.TdClassName
{
border-color: #095E55;
}
.TagClassName
{
border-color: #095E55;
}
</style>