Shades of Mosque #09595B
Tints of Mosque #09595B
RGB
CMYK
RGB Variations
Color information
#09595B (or 0x09595B) is known color: Mosque. HEX triplet: 09, 59 and 5B. RGB value is (9,89,91). Sum of RGB (Red+Green+Blue) = 9+89+91=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #09595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595B is #F6A6A4. Grayscale: #414141. Windows color (decimal): -16164517 or 5986569. OLE color: 5986569.
HSL color Cylindrical-coordinate representation of color #09595B: hue angle of 181.46º 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 #09595B is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 89 | 91 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.64 |
| HSL | 181.46º | 0.82% | 0.2% | - |
| HSV(B) | 181.46º | 0.9% | 0.36% | - |
| XYZ | 5.57 | 7.96 | 11.14 | - |
| YUV | 65.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 91 | 0.90 | 0.02 | 0 | 0.64 | 181.46 | 0.82 | 0.2 |
| Hex | 9 | 59 | 5B | 5A | 2 | 0 | 40 | B5 | 52 | 14 |
| Octal | 11 | 131 | 133 | 132 | 2 | 0 | 100 | 265 | 122 | 24 |
| Binary | 1001 | 1011001 | 1011011 | 1011010 | 10 | 0 | 1000000 | 10110101 | 1010010 | 10100 |
Color Harmonies of #09595B
Complementary color
Monochromatic Colors of #09595B
Black with #09595B
Text Example
Text Example
White with #09595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09595B; }
p { color: rgb(9,89,91); }
H1.HeaderClassName
{
color: #09595B;
}
.AnyTagClassName
{
color: #09595B;
}
</style>
background-color css
<style>
a { background-color: #09595B; }
a { background-color: rgb(9,89,91); }
div.DivClassName
{
background-color: #09595B;
}
.BgClassName
{
background-color: #09595B;
}
</style>
border-color css
<style>
span { border-color: #09595B; }
span { border-color: rgb(9,89,91); }
td.TdClassName
{
border-color: #09595B;
}
.TagClassName
{
border-color: #09595B;
}
</style>