Shades of Mosque #04555C
Tints of Mosque #04555C
RGB
CMYK
RGB Variations
Color information
#04555C (or 0x04555C) is known color: Mosque. HEX triplet: 04, 55 and 5C. RGB value is (4,85,92). Sum of RGB (Red+Green+Blue) = 4+85+92=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #04555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04555C is #FBAAA3. Grayscale: #3D3D3D. Windows color (decimal): -16493220 or 6051076. OLE color: 6051076.
HSL color Cylindrical-coordinate representation of color #04555C: hue angle of 184.77º 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 #04555C is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 85 | 92 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.64 |
| HSL | 184.77º | 0.92% | 0.19% | - |
| HSV(B) | 184.77º | 0.96% | 0.36% | - |
| XYZ | 5.23 | 7.3 | 11.26 | - |
| YUV | 61.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 92 | 0.96 | 0.08 | 0 | 0.64 | 184.77 | 0.92 | 0.19 |
| Hex | 4 | 55 | 5C | 60 | 8 | 0 | 40 | B9 | 5C | 13 |
| Octal | 4 | 125 | 134 | 140 | 10 | 0 | 100 | 271 | 134 | 23 |
| Binary | 100 | 1010101 | 1011100 | 1100000 | 1000 | 0 | 1000000 | 10111001 | 1011100 | 10011 |
Color Harmonies of #04555C
Complementary color
Monochromatic Colors of #04555C
Black with #04555C
Text Example
Text Example
White with #04555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04555C; }
p { color: rgb(4,85,92); }
H1.HeaderClassName
{
color: #04555C;
}
.AnyTagClassName
{
color: #04555C;
}
</style>
background-color css
<style>
a { background-color: #04555C; }
a { background-color: rgb(4,85,92); }
div.DivClassName
{
background-color: #04555C;
}
.BgClassName
{
background-color: #04555C;
}
</style>
border-color css
<style>
span { border-color: #04555C; }
span { border-color: rgb(4,85,92); }
td.TdClassName
{
border-color: #04555C;
}
.TagClassName
{
border-color: #04555C;
}
</style>