Shades of Mosque #09595A
Tints of Mosque #09595A
RGB
CMYK
RGB Variations
Color information
#09595A (or 0x09595A) is known color: Mosque. HEX triplet: 09, 59 and 5A. RGB value is (9,89,90). Sum of RGB (Red+Green+Blue) = 9+89+90=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #09595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595A is #F6A6A5. Grayscale: #414141. Windows color (decimal): -16164518 or 5921033. OLE color: 5921033.
HSL color Cylindrical-coordinate representation of color #09595A: hue angle of 180.74º 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 #09595A is Cyan = 0.9, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 90 | - |
| CMYK | 0.9 | 0.01 | 0 | 0.65 |
| HSL | 180.74º | 0.82% | 0.19% | - |
| HSV(B) | 180.74º | 0.9% | 0.35% | - |
| XYZ | 5.53 | 7.94 | 10.91 | - |
| YUV | 65.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 90 | 0.9 | 0.01 | 0 | 0.65 | 180.74 | 0.82 | 0.19 |
| Hex | 9 | 59 | 5A | 5A | 1 | 0 | 41 | B5 | 52 | 13 |
| Octal | 11 | 131 | 132 | 132 | 1 | 0 | 101 | 265 | 122 | 23 |
| Binary | 1001 | 1011001 | 1011010 | 1011010 | 1 | 0 | 1000001 | 10110101 | 1010010 | 10011 |
Color Harmonies of #09595A
Complementary color
Monochromatic Colors of #09595A
Black with #09595A
Text Example
Text Example
White with #09595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09595A; }
p { color: rgb(9,89,90); }
H1.HeaderClassName
{
color: #09595A;
}
.AnyTagClassName
{
color: #09595A;
}
</style>
background-color css
<style>
a { background-color: #09595A; }
a { background-color: rgb(9,89,90); }
div.DivClassName
{
background-color: #09595A;
}
.BgClassName
{
background-color: #09595A;
}
</style>
border-color css
<style>
span { border-color: #09595A; }
span { border-color: rgb(9,89,90); }
td.TdClassName
{
border-color: #09595A;
}
.TagClassName
{
border-color: #09595A;
}
</style>