Shades of Mosque #09545C
Tints of Mosque #09545C
RGB
CMYK
RGB Variations
Color information
#09545C (or 0x09545C) is known color: Mosque. HEX triplet: 09, 54 and 5C. RGB value is (9,84,92). Sum of RGB (Red+Green+Blue) = 9+84+92=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #09545C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09545C is #F6ABA3. Grayscale: #3E3E3E. Windows color (decimal): -16165796 or 6050825. OLE color: 6050825.
HSL color Cylindrical-coordinate representation of color #09545C: hue angle of 185.78º 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 #09545C is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 84 | 92 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.64 |
| HSL | 185.78º | 0.82% | 0.2% | - |
| HSV(B) | 185.78º | 0.9% | 0.36% | - |
| XYZ | 5.21 | 7.17 | 11.23 | - |
| YUV | 62.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 92 | 0.90 | 0.09 | 0 | 0.64 | 185.78 | 0.82 | 0.2 |
| Hex | 9 | 54 | 5C | 5A | 9 | 0 | 40 | BA | 52 | 14 |
| Octal | 11 | 124 | 134 | 132 | 11 | 0 | 100 | 272 | 122 | 24 |
| Binary | 1001 | 1010100 | 1011100 | 1011010 | 1001 | 0 | 1000000 | 10111010 | 1010010 | 10100 |
Color Harmonies of #09545C
Complementary color
Monochromatic Colors of #09545C
Black with #09545C
Text Example
Text Example
White with #09545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09545C; }
p { color: rgb(9,84,92); }
H1.HeaderClassName
{
color: #09545C;
}
.AnyTagClassName
{
color: #09545C;
}
</style>
background-color css
<style>
a { background-color: #09545C; }
a { background-color: rgb(9,84,92); }
div.DivClassName
{
background-color: #09545C;
}
.BgClassName
{
background-color: #09545C;
}
</style>
border-color css
<style>
span { border-color: #09545C; }
span { border-color: rgb(9,84,92); }
td.TdClassName
{
border-color: #09545C;
}
.TagClassName
{
border-color: #09545C;
}
</style>