Shades of Mosque #05574D
Tints of Mosque #05574D
RGB
CMYK
RGB Variations
Color information
#05574D (or 0x05574D) is known color: Mosque. HEX triplet: 05, 57 and 4D. RGB value is (5,87,77). Sum of RGB (Red+Green+Blue) = 5+87+77=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #05574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05574D is #FAA8B2. Grayscale: #3D3D3D. Windows color (decimal): -16427187 or 5068549. OLE color: 5068549.
HSL color Cylindrical-coordinate representation of color #05574D: hue angle of 172.68º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05574D is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 77 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.66 |
| HSL | 172.68º | 0.89% | 0.18% | - |
| HSV(B) | 172.68º | 0.94% | 0.34% | - |
| XYZ | 4.81 | 7.38 | 8.19 | - |
| YUV | 61.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 77 | 0.94 | 0 | 0.11 | 0.66 | 172.68 | 0.89 | 0.18 |
| Hex | 5 | 57 | 4D | 5E | 0 | B | 42 | AD | 59 | 12 |
| Octal | 5 | 127 | 115 | 136 | 0 | 13 | 102 | 255 | 131 | 22 |
| Binary | 101 | 1010111 | 1001101 | 1011110 | 0 | 1011 | 1000010 | 10101101 | 1011001 | 10010 |
Color Harmonies of #05574D
Complementary color
Monochromatic Colors of #05574D
Black with #05574D
Text Example
Text Example
White with #05574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05574D; }
p { color: rgb(5,87,77); }
H1.HeaderClassName
{
color: #05574D;
}
.AnyTagClassName
{
color: #05574D;
}
</style>
background-color css
<style>
a { background-color: #05574D; }
a { background-color: rgb(5,87,77); }
div.DivClassName
{
background-color: #05574D;
}
.BgClassName
{
background-color: #05574D;
}
</style>
border-color css
<style>
span { border-color: #05574D; }
span { border-color: rgb(5,87,77); }
td.TdClassName
{
border-color: #05574D;
}
.TagClassName
{
border-color: #05574D;
}
</style>