Shades of Mosque #095A55
Tints of Mosque #095A55
RGB
CMYK
RGB Variations
Color information
#095A55 (or 0x095A55) is known color: Mosque. HEX triplet: 09, 5A and 55. RGB value is (9,90,85). Sum of RGB (Red+Green+Blue) = 9+90+85=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #095A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A55 is #F6A5AA. Grayscale: #414141. Windows color (decimal): -16164267 or 5593609. OLE color: 5593609.
HSL color Cylindrical-coordinate representation of color #095A55: hue angle of 176.3º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A55 is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 85 | - |
| CMYK | 0.9 | 0 | 0.06 | 0.65 |
| HSL | 176.3º | 0.82% | 0.19% | - |
| HSV(B) | 176.3º | 0.9% | 0.35% | - |
| XYZ | 5.41 | 8.03 | 9.86 | - |
| YUV | 65.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 85 | 0.9 | 0 | 0.06 | 0.65 | 176.3 | 0.82 | 0.19 |
| Hex | 9 | 5A | 55 | 5A | 0 | 6 | 41 | B0 | 52 | 13 |
| Octal | 11 | 132 | 125 | 132 | 0 | 6 | 101 | 260 | 122 | 23 |
| Binary | 1001 | 1011010 | 1010101 | 1011010 | 0 | 110 | 1000001 | 10110000 | 1010010 | 10011 |
Color Harmonies of #095A55
Complementary color
Monochromatic Colors of #095A55
Black with #095A55
Text Example
Text Example
White with #095A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A55; }
p { color: rgb(9,90,85); }
H1.HeaderClassName
{
color: #095A55;
}
.AnyTagClassName
{
color: #095A55;
}
</style>
background-color css
<style>
a { background-color: #095A55; }
a { background-color: rgb(9,90,85); }
div.DivClassName
{
background-color: #095A55;
}
.BgClassName
{
background-color: #095A55;
}
</style>
border-color css
<style>
span { border-color: #095A55; }
span { border-color: rgb(9,90,85); }
td.TdClassName
{
border-color: #095A55;
}
.TagClassName
{
border-color: #095A55;
}
</style>