Shades of Mosque #045E60
Tints of Mosque #045E60
RGB
CMYK
RGB Variations
Color information
#045E60 (or 0x045E60) is known color: Mosque. HEX triplet: 04, 5E and 60. RGB value is (4,94,96). Sum of RGB (Red+Green+Blue) = 4+94+96=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #045E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E60 is #FBA19F. Grayscale: #434343. Windows color (decimal): -16490912 or 6315524. OLE color: 6315524.
HSL color Cylindrical-coordinate representation of color #045E60: hue angle of 181.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E60 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 94 | 96 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.62 |
| HSL | 181.3º | 0.92% | 0.2% | - |
| HSV(B) | 181.3º | 0.96% | 0.38% | - |
| XYZ | 6.16 | 8.88 | 12.45 | - |
| YUV | 67.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 96 | 0.96 | 0.02 | 0 | 0.62 | 181.3 | 0.92 | 0.2 |
| Hex | 4 | 5E | 60 | 60 | 2 | 0 | 3E | B5 | 5C | 14 |
| Octal | 4 | 136 | 140 | 140 | 2 | 0 | 76 | 265 | 134 | 24 |
| Binary | 100 | 1011110 | 1100000 | 1100000 | 10 | 0 | 111110 | 10110101 | 1011100 | 10100 |
Color Harmonies of #045E60
Complementary color
Monochromatic Colors of #045E60
Black with #045E60
Text Example
Text Example
White with #045E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E60; }
p { color: rgb(4,94,96); }
H1.HeaderClassName
{
color: #045E60;
}
.AnyTagClassName
{
color: #045E60;
}
</style>
background-color css
<style>
a { background-color: #045E60; }
a { background-color: rgb(4,94,96); }
div.DivClassName
{
background-color: #045E60;
}
.BgClassName
{
background-color: #045E60;
}
</style>
border-color css
<style>
span { border-color: #045E60; }
span { border-color: rgb(4,94,96); }
td.TdClassName
{
border-color: #045E60;
}
.TagClassName
{
border-color: #045E60;
}
</style>