Shades of Mosque #04575C
Tints of Mosque #04575C
RGB
CMYK
RGB Variations
Color information
#04575C (or 0x04575C) is known color: Mosque. HEX triplet: 04, 57 and 5C. RGB value is (4,87,92). Sum of RGB (Red+Green+Blue) = 4+87+92=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #04575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04575C is #FBA8A3. Grayscale: #3E3E3E. Windows color (decimal): -16492708 or 6051588. OLE color: 6051588.
HSL color Cylindrical-coordinate representation of color #04575C: hue angle of 183.41º 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 #04575C is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 87 | 92 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.64 |
| HSL | 183.41º | 0.92% | 0.19% | - |
| HSV(B) | 183.41º | 0.96% | 0.36% | - |
| XYZ | 5.39 | 7.61 | 11.31 | - |
| YUV | 62.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 92 | 0.96 | 0.05 | 0 | 0.64 | 183.41 | 0.92 | 0.19 |
| Hex | 4 | 57 | 5C | 60 | 5 | 0 | 40 | B7 | 5C | 13 |
| Octal | 4 | 127 | 134 | 140 | 5 | 0 | 100 | 267 | 134 | 23 |
| Binary | 100 | 1010111 | 1011100 | 1100000 | 101 | 0 | 1000000 | 10110111 | 1011100 | 10011 |
Color Harmonies of #04575C
Complementary color
Monochromatic Colors of #04575C
Black with #04575C
Text Example
Text Example
White with #04575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04575C; }
p { color: rgb(4,87,92); }
H1.HeaderClassName
{
color: #04575C;
}
.AnyTagClassName
{
color: #04575C;
}
</style>
background-color css
<style>
a { background-color: #04575C; }
a { background-color: rgb(4,87,92); }
div.DivClassName
{
background-color: #04575C;
}
.BgClassName
{
background-color: #04575C;
}
</style>
border-color css
<style>
span { border-color: #04575C; }
span { border-color: rgb(4,87,92); }
td.TdClassName
{
border-color: #04575C;
}
.TagClassName
{
border-color: #04575C;
}
</style>