Shades of Mosque #09574B
Tints of Mosque #09574B
RGB
CMYK
RGB Variations
Color information
#09574B (or 0x09574B) is known color: Mosque. HEX triplet: 09, 57 and 4B. RGB value is (9,87,75). Sum of RGB (Red+Green+Blue) = 9+87+75=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #09574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09574B is #F6A8B4. Grayscale: #3E3E3E. Windows color (decimal): -16165045 or 4937481. OLE color: 4937481.
HSL color Cylindrical-coordinate representation of color #09574B: hue angle of 170.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09574B is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 75 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.66 |
| HSL | 170.77º | 0.81% | 0.19% | - |
| HSV(B) | 170.77º | 0.9% | 0.34% | - |
| XYZ | 4.79 | 7.38 | 7.83 | - |
| YUV | 62.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 75 | 0.90 | 0 | 0.14 | 0.66 | 170.77 | 0.81 | 0.19 |
| Hex | 9 | 57 | 4B | 5A | 0 | E | 42 | AB | 51 | 13 |
| Octal | 11 | 127 | 113 | 132 | 0 | 16 | 102 | 253 | 121 | 23 |
| Binary | 1001 | 1010111 | 1001011 | 1011010 | 0 | 1110 | 1000010 | 10101011 | 1010001 | 10011 |
Color Harmonies of #09574B
Complementary color
Monochromatic Colors of #09574B
Black with #09574B
Text Example
Text Example
White with #09574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09574B; }
p { color: rgb(9,87,75); }
H1.HeaderClassName
{
color: #09574B;
}
.AnyTagClassName
{
color: #09574B;
}
</style>
background-color css
<style>
a { background-color: #09574B; }
a { background-color: rgb(9,87,75); }
div.DivClassName
{
background-color: #09574B;
}
.BgClassName
{
background-color: #09574B;
}
</style>
border-color css
<style>
span { border-color: #09574B; }
span { border-color: rgb(9,87,75); }
td.TdClassName
{
border-color: #09574B;
}
.TagClassName
{
border-color: #09574B;
}
</style>