Shades of Mosque #04555D
Tints of Mosque #04555D
RGB
CMYK
RGB Variations
Color information
#04555D (or 0x04555D) is known color: Mosque. HEX triplet: 04, 55 and 5D. RGB value is (4,85,93). Sum of RGB (Red+Green+Blue) = 4+85+93=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #04555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04555D is #FBAAA2. Grayscale: #3D3D3D. Windows color (decimal): -16493219 or 6116612. OLE color: 6116612.
HSL color Cylindrical-coordinate representation of color #04555D: hue angle of 185.39º 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 #04555D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 85 | 93 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.64 |
| HSL | 185.39º | 0.92% | 0.19% | - |
| HSV(B) | 185.39º | 0.96% | 0.36% | - |
| XYZ | 5.27 | 7.31 | 11.49 | - |
| YUV | 61.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 93 | 0.96 | 0.09 | 0 | 0.64 | 185.39 | 0.92 | 0.19 |
| Hex | 4 | 55 | 5D | 60 | 9 | 0 | 40 | B9 | 5C | 13 |
| Octal | 4 | 125 | 135 | 140 | 11 | 0 | 100 | 271 | 134 | 23 |
| Binary | 100 | 1010101 | 1011101 | 1100000 | 1001 | 0 | 1000000 | 10111001 | 1011100 | 10011 |
Color Harmonies of #04555D
Complementary color
Monochromatic Colors of #04555D
Black with #04555D
Text Example
Text Example
White with #04555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04555D; }
p { color: rgb(4,85,93); }
H1.HeaderClassName
{
color: #04555D;
}
.AnyTagClassName
{
color: #04555D;
}
</style>
background-color css
<style>
a { background-color: #04555D; }
a { background-color: rgb(4,85,93); }
div.DivClassName
{
background-color: #04555D;
}
.BgClassName
{
background-color: #04555D;
}
</style>
border-color css
<style>
span { border-color: #04555D; }
span { border-color: rgb(4,85,93); }
td.TdClassName
{
border-color: #04555D;
}
.TagClassName
{
border-color: #04555D;
}
</style>