Shades of Mosque #04585B
Tints of Mosque #04585B
RGB
CMYK
RGB Variations
Color information
#04585B (or 0x04585B) is known color: Mosque. HEX triplet: 04, 58 and 5B. RGB value is (4,88,91). Sum of RGB (Red+Green+Blue) = 4+88+91=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #04585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04585B is #FBA7A4. Grayscale: #3F3F3F. Windows color (decimal): -16492453 or 5986308. OLE color: 5986308.
HSL color Cylindrical-coordinate representation of color #04585B: hue angle of 182.07º 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 #04585B is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 88 | 91 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.64 |
| HSL | 182.07º | 0.92% | 0.19% | - |
| HSV(B) | 182.07º | 0.96% | 0.36% | - |
| XYZ | 5.43 | 7.76 | 11.11 | - |
| YUV | 63.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 91 | 0.96 | 0.03 | 0 | 0.64 | 182.07 | 0.92 | 0.19 |
| Hex | 4 | 58 | 5B | 60 | 3 | 0 | 40 | B6 | 5C | 13 |
| Octal | 4 | 130 | 133 | 140 | 3 | 0 | 100 | 266 | 134 | 23 |
| Binary | 100 | 1011000 | 1011011 | 1100000 | 11 | 0 | 1000000 | 10110110 | 1011100 | 10011 |
Color Harmonies of #04585B
Complementary color
Monochromatic Colors of #04585B
Black with #04585B
Text Example
Text Example
White with #04585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04585B; }
p { color: rgb(4,88,91); }
H1.HeaderClassName
{
color: #04585B;
}
.AnyTagClassName
{
color: #04585B;
}
</style>
background-color css
<style>
a { background-color: #04585B; }
a { background-color: rgb(4,88,91); }
div.DivClassName
{
background-color: #04585B;
}
.BgClassName
{
background-color: #04585B;
}
</style>
border-color css
<style>
span { border-color: #04585B; }
span { border-color: rgb(4,88,91); }
td.TdClassName
{
border-color: #04585B;
}
.TagClassName
{
border-color: #04585B;
}
</style>