Shades of Mosque #04555B
Tints of Mosque #04555B
RGB
CMYK
RGB Variations
Color information
#04555B (or 0x04555B) is known color: Mosque. HEX triplet: 04, 55 and 5B. RGB value is (4,85,91). Sum of RGB (Red+Green+Blue) = 4+85+91=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #04555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04555B is #FBAAA4. Grayscale: #3D3D3D. Windows color (decimal): -16493221 or 5985540. OLE color: 5985540.
HSL color Cylindrical-coordinate representation of color #04555B: hue angle of 184.14º 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 #04555B is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 85 | 91 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.64 |
| HSL | 184.14º | 0.92% | 0.19% | - |
| HSV(B) | 184.14º | 0.96% | 0.36% | - |
| XYZ | 5.19 | 7.28 | 11.03 | - |
| YUV | 61.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 91 | 0.96 | 0.07 | 0 | 0.64 | 184.14 | 0.92 | 0.19 |
| Hex | 4 | 55 | 5B | 60 | 7 | 0 | 40 | B8 | 5C | 13 |
| Octal | 4 | 125 | 133 | 140 | 7 | 0 | 100 | 270 | 134 | 23 |
| Binary | 100 | 1010101 | 1011011 | 1100000 | 111 | 0 | 1000000 | 10111000 | 1011100 | 10011 |
Color Harmonies of #04555B
Complementary color
Monochromatic Colors of #04555B
Black with #04555B
Text Example
Text Example
White with #04555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04555B; }
p { color: rgb(4,85,91); }
H1.HeaderClassName
{
color: #04555B;
}
.AnyTagClassName
{
color: #04555B;
}
</style>
background-color css
<style>
a { background-color: #04555B; }
a { background-color: rgb(4,85,91); }
div.DivClassName
{
background-color: #04555B;
}
.BgClassName
{
background-color: #04555B;
}
</style>
border-color css
<style>
span { border-color: #04555B; }
span { border-color: rgb(4,85,91); }
td.TdClassName
{
border-color: #04555B;
}
.TagClassName
{
border-color: #04555B;
}
</style>