Shades of Mosque #09585D
Tints of Mosque #09585D
RGB
CMYK
RGB Variations
Color information
#09585D (or 0x09585D) is known color: Mosque. HEX triplet: 09, 58 and 5D. RGB value is (9,88,93). Sum of RGB (Red+Green+Blue) = 9+88+93=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #09585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09585D is #F6A7A2. Grayscale: #404040. Windows color (decimal): -16164771 or 6117385. OLE color: 6117385.
HSL color Cylindrical-coordinate representation of color #09585D: hue angle of 183.57º 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 #09585D is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 88 | 93 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.64 |
| HSL | 183.57º | 0.82% | 0.2% | - |
| HSV(B) | 183.57º | 0.9% | 0.36% | - |
| XYZ | 5.58 | 7.83 | 11.57 | - |
| YUV | 64.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 93 | 0.90 | 0.05 | 0 | 0.64 | 183.57 | 0.82 | 0.2 |
| Hex | 9 | 58 | 5D | 5A | 5 | 0 | 40 | B8 | 52 | 14 |
| Octal | 11 | 130 | 135 | 132 | 5 | 0 | 100 | 270 | 122 | 24 |
| Binary | 1001 | 1011000 | 1011101 | 1011010 | 101 | 0 | 1000000 | 10111000 | 1010010 | 10100 |
Color Harmonies of #09585D
Complementary color
Monochromatic Colors of #09585D
Black with #09585D
Text Example
Text Example
White with #09585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09585D; }
p { color: rgb(9,88,93); }
H1.HeaderClassName
{
color: #09585D;
}
.AnyTagClassName
{
color: #09585D;
}
</style>
background-color css
<style>
a { background-color: #09585D; }
a { background-color: rgb(9,88,93); }
div.DivClassName
{
background-color: #09585D;
}
.BgClassName
{
background-color: #09585D;
}
</style>
border-color css
<style>
span { border-color: #09585D; }
span { border-color: rgb(9,88,93); }
td.TdClassName
{
border-color: #09585D;
}
.TagClassName
{
border-color: #09585D;
}
</style>