Shades of Mosque #09555B
Tints of Mosque #09555B
RGB
CMYK
RGB Variations
Color information
#09555B (or 0x09555B) is known color: Mosque. HEX triplet: 09, 55 and 5B. RGB value is (9,85,91). Sum of RGB (Red+Green+Blue) = 9+85+91=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #09555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09555B is #F6AAA4. Grayscale: #3E3E3E. Windows color (decimal): -16165541 or 5985545. OLE color: 5985545.
HSL color Cylindrical-coordinate representation of color #09555B: hue angle of 184.39º 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 #09555B is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 85 | 91 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.64 |
| HSL | 184.39º | 0.82% | 0.2% | - |
| HSV(B) | 184.39º | 0.9% | 0.36% | - |
| XYZ | 5.25 | 7.31 | 11.03 | - |
| YUV | 62.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 91 | 0.90 | 0.07 | 0 | 0.64 | 184.39 | 0.82 | 0.2 |
| Hex | 9 | 55 | 5B | 5A | 7 | 0 | 40 | B8 | 52 | 14 |
| Octal | 11 | 125 | 133 | 132 | 7 | 0 | 100 | 270 | 122 | 24 |
| Binary | 1001 | 1010101 | 1011011 | 1011010 | 111 | 0 | 1000000 | 10111000 | 1010010 | 10100 |
Color Harmonies of #09555B
Complementary color
Monochromatic Colors of #09555B
Black with #09555B
Text Example
Text Example
White with #09555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09555B; }
p { color: rgb(9,85,91); }
H1.HeaderClassName
{
color: #09555B;
}
.AnyTagClassName
{
color: #09555B;
}
</style>
background-color css
<style>
a { background-color: #09555B; }
a { background-color: rgb(9,85,91); }
div.DivClassName
{
background-color: #09555B;
}
.BgClassName
{
background-color: #09555B;
}
</style>
border-color css
<style>
span { border-color: #09555B; }
span { border-color: rgb(9,85,91); }
td.TdClassName
{
border-color: #09555B;
}
.TagClassName
{
border-color: #09555B;
}
</style>