Shades of Mosque #04575D
Tints of Mosque #04575D
RGB
CMYK
RGB Variations
Color information
#04575D (or 0x04575D) is known color: Mosque. HEX triplet: 04, 57 and 5D. RGB value is (4,87,93). Sum of RGB (Red+Green+Blue) = 4+87+93=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #04575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04575D is #FBA8A2. Grayscale: #3E3E3E. Windows color (decimal): -16492707 or 6117124. OLE color: 6117124.
HSL color Cylindrical-coordinate representation of color #04575D: hue angle of 184.04º 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 #04575D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 87 | 93 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.64 |
| HSL | 184.04º | 0.92% | 0.19% | - |
| HSV(B) | 184.04º | 0.96% | 0.36% | - |
| XYZ | 5.43 | 7.63 | 11.54 | - |
| YUV | 62.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 93 | 0.96 | 0.06 | 0 | 0.64 | 184.04 | 0.92 | 0.19 |
| Hex | 4 | 57 | 5D | 60 | 6 | 0 | 40 | B8 | 5C | 13 |
| Octal | 4 | 127 | 135 | 140 | 6 | 0 | 100 | 270 | 134 | 23 |
| Binary | 100 | 1010111 | 1011101 | 1100000 | 110 | 0 | 1000000 | 10111000 | 1011100 | 10011 |
Color Harmonies of #04575D
Complementary color
Monochromatic Colors of #04575D
Black with #04575D
Text Example
Text Example
White with #04575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04575D; }
p { color: rgb(4,87,93); }
H1.HeaderClassName
{
color: #04575D;
}
.AnyTagClassName
{
color: #04575D;
}
</style>
background-color css
<style>
a { background-color: #04575D; }
a { background-color: rgb(4,87,93); }
div.DivClassName
{
background-color: #04575D;
}
.BgClassName
{
background-color: #04575D;
}
</style>
border-color css
<style>
span { border-color: #04575D; }
span { border-color: rgb(4,87,93); }
td.TdClassName
{
border-color: #04575D;
}
.TagClassName
{
border-color: #04575D;
}
</style>