Shades of Mosque #09595C
Tints of Mosque #09595C
RGB
CMYK
RGB Variations
Color information
#09595C (or 0x09595C) is known color: Mosque. HEX triplet: 09, 59 and 5C. RGB value is (9,89,92). Sum of RGB (Red+Green+Blue) = 9+89+92=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #09595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09595C is #F6A6A3. Grayscale: #414141. Windows color (decimal): -16164516 or 6052105. OLE color: 6052105.
HSL color Cylindrical-coordinate representation of color #09595C: hue angle of 182.17º 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 #09595C is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 89 | 92 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.64 |
| HSL | 182.17º | 0.82% | 0.2% | - |
| HSV(B) | 182.17º | 0.9% | 0.36% | - |
| XYZ | 5.62 | 7.98 | 11.37 | - |
| YUV | 65.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 92 | 0.90 | 0.03 | 0 | 0.64 | 182.17 | 0.82 | 0.2 |
| Hex | 9 | 59 | 5C | 5A | 3 | 0 | 40 | B6 | 52 | 14 |
| Octal | 11 | 131 | 134 | 132 | 3 | 0 | 100 | 266 | 122 | 24 |
| Binary | 1001 | 1011001 | 1011100 | 1011010 | 11 | 0 | 1000000 | 10110110 | 1010010 | 10100 |
Color Harmonies of #09595C
Complementary color
Monochromatic Colors of #09595C
Black with #09595C
Text Example
Text Example
White with #09595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09595C; }
p { color: rgb(9,89,92); }
H1.HeaderClassName
{
color: #09595C;
}
.AnyTagClassName
{
color: #09595C;
}
</style>
background-color css
<style>
a { background-color: #09595C; }
a { background-color: rgb(9,89,92); }
div.DivClassName
{
background-color: #09595C;
}
.BgClassName
{
background-color: #09595C;
}
</style>
border-color css
<style>
span { border-color: #09595C; }
span { border-color: rgb(9,89,92); }
td.TdClassName
{
border-color: #09595C;
}
.TagClassName
{
border-color: #09595C;
}
</style>