Shades of Mosque #04554B
Tints of Mosque #04554B
RGB
CMYK
RGB Variations
Color information
#04554B (or 0x04554B) is known color: Mosque. HEX triplet: 04, 55 and 4B. RGB value is (4,85,75). Sum of RGB (Red+Green+Blue) = 4+85+75=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #04554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04554B is #FBAAB4. Grayscale: #3B3B3B. Windows color (decimal): -16493237 or 4936964. OLE color: 4936964.
HSL color Cylindrical-coordinate representation of color #04554B: hue angle of 172.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04554B is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 75 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.67 |
| HSL | 172.59º | 0.91% | 0.17% | - |
| HSV(B) | 172.59º | 0.95% | 0.33% | - |
| XYZ | 4.57 | 7.03 | 7.77 | - |
| YUV | 59.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 75 | 0.95 | 0 | 0.12 | 0.67 | 172.59 | 0.91 | 0.17 |
| Hex | 4 | 55 | 4B | 5F | 0 | C | 43 | AD | 5B | 11 |
| Octal | 4 | 125 | 113 | 137 | 0 | 14 | 103 | 255 | 133 | 21 |
| Binary | 100 | 1010101 | 1001011 | 1011111 | 0 | 1100 | 1000011 | 10101101 | 1011011 | 10001 |
Color Harmonies of #04554B
Complementary color
Monochromatic Colors of #04554B
Black with #04554B
Text Example
Text Example
White with #04554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04554B; }
p { color: rgb(4,85,75); }
H1.HeaderClassName
{
color: #04554B;
}
.AnyTagClassName
{
color: #04554B;
}
</style>
background-color css
<style>
a { background-color: #04554B; }
a { background-color: rgb(4,85,75); }
div.DivClassName
{
background-color: #04554B;
}
.BgClassName
{
background-color: #04554B;
}
</style>
border-color css
<style>
span { border-color: #04554B; }
span { border-color: rgb(4,85,75); }
td.TdClassName
{
border-color: #04554B;
}
.TagClassName
{
border-color: #04554B;
}
</style>