Shades of Mosque #045D50
Tints of Mosque #045D50
RGB
CMYK
RGB Variations
Color information
#045D50 (or 0x045D50) is known color: Mosque. HEX triplet: 04, 5D and 50. RGB value is (4,93,80). Sum of RGB (Red+Green+Blue) = 4+93+80=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #045D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D50 is #FBA2AF. Grayscale: #404040. Windows color (decimal): -16491184 or 5266692. OLE color: 5266692.
HSL color Cylindrical-coordinate representation of color #045D50: hue angle of 171.24º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D50 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 80 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.64 |
| HSL | 171.24º | 0.92% | 0.19% | - |
| HSV(B) | 171.24º | 0.96% | 0.36% | - |
| XYZ | 5.41 | 8.43 | 8.93 | - |
| YUV | 64.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 80 | 0.96 | 0 | 0.14 | 0.64 | 171.24 | 0.92 | 0.19 |
| Hex | 4 | 5D | 50 | 60 | 0 | E | 40 | AB | 5C | 13 |
| Octal | 4 | 135 | 120 | 140 | 0 | 16 | 100 | 253 | 134 | 23 |
| Binary | 100 | 1011101 | 1010000 | 1100000 | 0 | 1110 | 1000000 | 10101011 | 1011100 | 10011 |
Color Harmonies of #045D50
Complementary color
Monochromatic Colors of #045D50
Black with #045D50
Text Example
Text Example
White with #045D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D50; }
p { color: rgb(4,93,80); }
H1.HeaderClassName
{
color: #045D50;
}
.AnyTagClassName
{
color: #045D50;
}
</style>
background-color css
<style>
a { background-color: #045D50; }
a { background-color: rgb(4,93,80); }
div.DivClassName
{
background-color: #045D50;
}
.BgClassName
{
background-color: #045D50;
}
</style>
border-color css
<style>
span { border-color: #045D50; }
span { border-color: rgb(4,93,80); }
td.TdClassName
{
border-color: #045D50;
}
.TagClassName
{
border-color: #045D50;
}
</style>