Shades of Mosque #095E5A
Tints of Mosque #095E5A
RGB
CMYK
RGB Variations
Color information
#095E5A (or 0x095E5A) is known color: Mosque. HEX triplet: 09, 5E and 5A. RGB value is (9,94,90). Sum of RGB (Red+Green+Blue) = 9+94+90=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #095E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E5A is #F6A1A5. Grayscale: #444444. Windows color (decimal): -16163238 or 5922313. OLE color: 5922313.
HSL color Cylindrical-coordinate representation of color #095E5A: hue angle of 177.18º 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 #095E5A is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
RGB | 9 | 94 | 90 | - |
CMYK | 0.90 | 0 | 0.04 | 0.63 |
HSL | 177.18º | 0.83% | 0.2% | - |
HSV(B) | 177.18º | 0.9% | 0.37% | - |
XYZ | 5.96 | 8.8 | 11.06 | - |
YUV | 68.13 | 140.34 | 85.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 94 | 90 | 0.90 | 0 | 0.04 | 0.63 | 177.18 | 0.83 | 0.2 |
Hex | 9 | 5E | 5A | 5A | 0 | 4 | 3F | B1 | 53 | 14 |
Octal | 11 | 136 | 132 | 132 | 0 | 4 | 77 | 261 | 123 | 24 |
Binary | 1001 | 1011110 | 1011010 | 1011010 | 0 | 100 | 111111 | 10110001 | 1010011 | 10100 |
Color Harmonies of #095E5A
Complementary color
Monochromatic Colors of #095E5A
Black with #095E5A
Text Example
Text Example
White with #095E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E5A; }
p { color: rgb(9,94,90); }
H1.HeaderClassName
{
color: #095E5A;
}
.AnyTagClassName
{
color: #095E5A;
}
</style>
background-color css
<style>
a { background-color: #095E5A; }
a { background-color: rgb(9,94,90); }
div.DivClassName
{
background-color: #095E5A;
}
.BgClassName
{
background-color: #095E5A;
}
</style>
border-color css
<style>
span { border-color: #095E5A; }
span { border-color: rgb(9,94,90); }
td.TdClassName
{
border-color: #095E5A;
}
.TagClassName
{
border-color: #095E5A;
}
</style>