Shades of Mosque #04565A
Tints of Mosque #04565A
RGB
CMYK
RGB Variations
Color information
#04565A (or 0x04565A) is known color: Mosque. HEX triplet: 04, 56 and 5A. RGB value is (4,86,90). Sum of RGB (Red+Green+Blue) = 4+86+90=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #04565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04565A is #FBA9A5. Grayscale: #3D3D3D. Windows color (decimal): -16492966 or 5920260. OLE color: 5920260.
HSL color Cylindrical-coordinate representation of color #04565A: hue angle of 182.79º 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 #04565A is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 86 | 90 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.65 |
| HSL | 182.79º | 0.91% | 0.18% | - |
| HSV(B) | 182.79º | 0.96% | 0.35% | - |
| XYZ | 5.22 | 7.42 | 10.83 | - |
| YUV | 61.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 90 | 0.96 | 0.04 | 0 | 0.65 | 182.79 | 0.91 | 0.18 |
| Hex | 4 | 56 | 5A | 60 | 4 | 0 | 41 | B7 | 5B | 12 |
| Octal | 4 | 126 | 132 | 140 | 4 | 0 | 101 | 267 | 133 | 22 |
| Binary | 100 | 1010110 | 1011010 | 1100000 | 100 | 0 | 1000001 | 10110111 | 1011011 | 10010 |
Color Harmonies of #04565A
Complementary color
Monochromatic Colors of #04565A
Black with #04565A
Text Example
Text Example
White with #04565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04565A; }
p { color: rgb(4,86,90); }
H1.HeaderClassName
{
color: #04565A;
}
.AnyTagClassName
{
color: #04565A;
}
</style>
background-color css
<style>
a { background-color: #04565A; }
a { background-color: rgb(4,86,90); }
div.DivClassName
{
background-color: #04565A;
}
.BgClassName
{
background-color: #04565A;
}
</style>
border-color css
<style>
span { border-color: #04565A; }
span { border-color: rgb(4,86,90); }
td.TdClassName
{
border-color: #04565A;
}
.TagClassName
{
border-color: #04565A;
}
</style>