Shades of Mosque #04595B
Tints of Mosque #04595B
RGB
CMYK
RGB Variations
Color information
#04595B (or 0x04595B) is known color: Mosque. HEX triplet: 04, 59 and 5B. RGB value is (4,89,91). Sum of RGB (Red+Green+Blue) = 4+89+91=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #04595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04595B is #FBA6A4. Grayscale: #3F3F3F. Windows color (decimal): -16492197 or 5986564. OLE color: 5986564.
HSL color Cylindrical-coordinate representation of color #04595B: hue angle of 181.38º 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 #04595B is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 89 | 91 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.64 |
| HSL | 181.38º | 0.92% | 0.19% | - |
| HSV(B) | 181.38º | 0.96% | 0.36% | - |
| XYZ | 5.51 | 7.93 | 11.14 | - |
| YUV | 63.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 91 | 0.96 | 0.02 | 0 | 0.64 | 181.38 | 0.92 | 0.19 |
| Hex | 4 | 59 | 5B | 60 | 2 | 0 | 40 | B5 | 5C | 13 |
| Octal | 4 | 131 | 133 | 140 | 2 | 0 | 100 | 265 | 134 | 23 |
| Binary | 100 | 1011001 | 1011011 | 1100000 | 10 | 0 | 1000000 | 10110101 | 1011100 | 10011 |
Color Harmonies of #04595B
Complementary color
Monochromatic Colors of #04595B
Black with #04595B
Text Example
Text Example
White with #04595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04595B; }
p { color: rgb(4,89,91); }
H1.HeaderClassName
{
color: #04595B;
}
.AnyTagClassName
{
color: #04595B;
}
</style>
background-color css
<style>
a { background-color: #04595B; }
a { background-color: rgb(4,89,91); }
div.DivClassName
{
background-color: #04595B;
}
.BgClassName
{
background-color: #04595B;
}
</style>
border-color css
<style>
span { border-color: #04595B; }
span { border-color: rgb(4,89,91); }
td.TdClassName
{
border-color: #04595B;
}
.TagClassName
{
border-color: #04595B;
}
</style>