Shades of Mosque #045A5A
Tints of Mosque #045A5A
RGB
CMYK
RGB Variations
Color information
#045A5A (or 0x045A5A) is known color: Mosque. HEX triplet: 04, 5A and 5A. RGB value is (4,90,90). Sum of RGB (Red+Green+Blue) = 4+90+90=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #045A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A5A is #FBA5A5. Grayscale: #404040. Windows color (decimal): -16491942 or 5921284. OLE color: 5921284.
HSL color Cylindrical-coordinate representation of color #045A5A: hue angle of 180º 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 #045A5A is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 90 | - |
| CMYK | 0.96 | 0 | 0 | 0.65 |
| HSL | 180º | 0.91% | 0.18% | - |
| HSV(B) | 180º | 0.96% | 0.35% | - |
| XYZ | 5.55 | 8.08 | 10.94 | - |
| YUV | 64.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 90 | 0.96 | 0 | 0 | 0.65 | 180 | 0.91 | 0.18 |
| Hex | 4 | 5A | 5A | 60 | 0 | 0 | 41 | B4 | 5B | 12 |
| Octal | 4 | 132 | 132 | 140 | 0 | 0 | 101 | 264 | 133 | 22 |
| Binary | 100 | 1011010 | 1011010 | 1100000 | 0 | 0 | 1000001 | 10110100 | 1011011 | 10010 |
Color Harmonies of #045A5A
Complementary color
Monochromatic Colors of #045A5A
Black with #045A5A
Text Example
Text Example
White with #045A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A5A; }
p { color: rgb(4,90,90); }
H1.HeaderClassName
{
color: #045A5A;
}
.AnyTagClassName
{
color: #045A5A;
}
</style>
background-color css
<style>
a { background-color: #045A5A; }
a { background-color: rgb(4,90,90); }
div.DivClassName
{
background-color: #045A5A;
}
.BgClassName
{
background-color: #045A5A;
}
</style>
border-color css
<style>
span { border-color: #045A5A; }
span { border-color: rgb(4,90,90); }
td.TdClassName
{
border-color: #045A5A;
}
.TagClassName
{
border-color: #045A5A;
}
</style>