Shades of Mosque #04555F
Tints of Mosque #04555F
RGB
CMYK
RGB Variations
Color information
#04555F (or 0x04555F) is known color: Mosque. HEX triplet: 04, 55 and 5F. RGB value is (4,85,95). Sum of RGB (Red+Green+Blue) = 4+85+95=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #04555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04555F is #FBAAA0. Grayscale: #3D3D3D. Windows color (decimal): -16493217 or 6247684. OLE color: 6247684.
HSL color Cylindrical-coordinate representation of color #04555F: hue angle of 186.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04555F is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 85 | 95 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.63 |
| HSL | 186.59º | 0.92% | 0.19% | - |
| HSV(B) | 186.59º | 0.96% | 0.37% | - |
| XYZ | 5.36 | 7.35 | 11.96 | - |
| YUV | 61.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 95 | 0.96 | 0.11 | 0 | 0.63 | 186.59 | 0.92 | 0.19 |
| Hex | 4 | 55 | 5F | 60 | B | 0 | 3F | BB | 5C | 13 |
| Octal | 4 | 125 | 137 | 140 | 13 | 0 | 77 | 273 | 134 | 23 |
| Binary | 100 | 1010101 | 1011111 | 1100000 | 1011 | 0 | 111111 | 10111011 | 1011100 | 10011 |
Color Harmonies of #04555F
Complementary color
Monochromatic Colors of #04555F
Black with #04555F
Text Example
Text Example
White with #04555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04555F; }
p { color: rgb(4,85,95); }
H1.HeaderClassName
{
color: #04555F;
}
.AnyTagClassName
{
color: #04555F;
}
</style>
background-color css
<style>
a { background-color: #04555F; }
a { background-color: rgb(4,85,95); }
div.DivClassName
{
background-color: #04555F;
}
.BgClassName
{
background-color: #04555F;
}
</style>
border-color css
<style>
span { border-color: #04555F; }
span { border-color: rgb(4,85,95); }
td.TdClassName
{
border-color: #04555F;
}
.TagClassName
{
border-color: #04555F;
}
</style>