Shades of Mosque #09585C
Tints of Mosque #09585C
RGB
CMYK
RGB Variations
Color information
#09585C (or 0x09585C) is known color: Mosque. HEX triplet: 09, 58 and 5C. RGB value is (9,88,92). Sum of RGB (Red+Green+Blue) = 9+88+92=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #09585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09585C is #F6A7A3. Grayscale: #404040. Windows color (decimal): -16164772 or 6051849. OLE color: 6051849.
HSL color Cylindrical-coordinate representation of color #09585C: hue angle of 182.89º 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 #09585C is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 88 | 92 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.64 |
| HSL | 182.89º | 0.82% | 0.2% | - |
| HSV(B) | 182.89º | 0.9% | 0.36% | - |
| XYZ | 5.53 | 7.81 | 11.34 | - |
| YUV | 64.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 92 | 0.90 | 0.04 | 0 | 0.64 | 182.89 | 0.82 | 0.2 |
| Hex | 9 | 58 | 5C | 5A | 4 | 0 | 40 | B7 | 52 | 14 |
| Octal | 11 | 130 | 134 | 132 | 4 | 0 | 100 | 267 | 122 | 24 |
| Binary | 1001 | 1011000 | 1011100 | 1011010 | 100 | 0 | 1000000 | 10110111 | 1010010 | 10100 |
Color Harmonies of #09585C
Complementary color
Monochromatic Colors of #09585C
Black with #09585C
Text Example
Text Example
White with #09585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09585C; }
p { color: rgb(9,88,92); }
H1.HeaderClassName
{
color: #09585C;
}
.AnyTagClassName
{
color: #09585C;
}
</style>
background-color css
<style>
a { background-color: #09585C; }
a { background-color: rgb(9,88,92); }
div.DivClassName
{
background-color: #09585C;
}
.BgClassName
{
background-color: #09585C;
}
</style>
border-color css
<style>
span { border-color: #09585C; }
span { border-color: rgb(9,88,92); }
td.TdClassName
{
border-color: #09585C;
}
.TagClassName
{
border-color: #09585C;
}
</style>