Shades of Mosque #04594B
Tints of Mosque #04594B
RGB
CMYK
RGB Variations
Color information
#04594B (or 0x04594B) is known color: Mosque. HEX triplet: 04, 59 and 4B. RGB value is (4,89,75). Sum of RGB (Red+Green+Blue) = 4+89+75=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #04594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04594B is #FBA6B4. Grayscale: #3D3D3D. Windows color (decimal): -16492213 or 4937988. OLE color: 4937988.
HSL color Cylindrical-coordinate representation of color #04594B: hue angle of 170.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04594B is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 75 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.65 |
| HSL | 170.12º | 0.91% | 0.18% | - |
| HSV(B) | 170.12º | 0.96% | 0.35% | - |
| XYZ | 4.89 | 7.68 | 7.88 | - |
| YUV | 61.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 75 | 0.96 | 0 | 0.16 | 0.65 | 170.12 | 0.91 | 0.18 |
| Hex | 4 | 59 | 4B | 60 | 0 | 10 | 41 | AA | 5B | 12 |
| Octal | 4 | 131 | 113 | 140 | 0 | 20 | 101 | 252 | 133 | 22 |
| Binary | 100 | 1011001 | 1001011 | 1100000 | 0 | 10000 | 1000001 | 10101010 | 1011011 | 10010 |
Color Harmonies of #04594B
Complementary color
Monochromatic Colors of #04594B
Black with #04594B
Text Example
Text Example
White with #04594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04594B; }
p { color: rgb(4,89,75); }
H1.HeaderClassName
{
color: #04594B;
}
.AnyTagClassName
{
color: #04594B;
}
</style>
background-color css
<style>
a { background-color: #04594B; }
a { background-color: rgb(4,89,75); }
div.DivClassName
{
background-color: #04594B;
}
.BgClassName
{
background-color: #04594B;
}
</style>
border-color css
<style>
span { border-color: #04594B; }
span { border-color: rgb(4,89,75); }
td.TdClassName
{
border-color: #04594B;
}
.TagClassName
{
border-color: #04594B;
}
</style>