Shades of Mosque #045F55
Tints of Mosque #045F55
RGB
CMYK
RGB Variations
Color information
#045F55 (or 0x045F55) is known color: Mosque. HEX triplet: 04, 5F and 55. RGB value is (4,95,85). Sum of RGB (Red+Green+Blue) = 4+95+85=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #045F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F55 is #FBA0AA. Grayscale: #424242. Windows color (decimal): -16490667 or 5594884. OLE color: 5594884.
HSL color Cylindrical-coordinate representation of color #045F55: hue angle of 173.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F55 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 95 | 85 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.63 |
| HSL | 173.41º | 0.92% | 0.19% | - |
| HSV(B) | 173.41º | 0.96% | 0.37% | - |
| XYZ | 5.78 | 8.87 | 10 | - |
| YUV | 66.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 85 | 0.96 | 0 | 0.11 | 0.63 | 173.41 | 0.92 | 0.19 |
| Hex | 4 | 5F | 55 | 60 | 0 | B | 3F | AD | 5C | 13 |
| Octal | 4 | 137 | 125 | 140 | 0 | 13 | 77 | 255 | 134 | 23 |
| Binary | 100 | 1011111 | 1010101 | 1100000 | 0 | 1011 | 111111 | 10101101 | 1011100 | 10011 |
Color Harmonies of #045F55
Complementary color
Monochromatic Colors of #045F55
Black with #045F55
Text Example
Text Example
White with #045F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F55; }
p { color: rgb(4,95,85); }
H1.HeaderClassName
{
color: #045F55;
}
.AnyTagClassName
{
color: #045F55;
}
</style>
background-color css
<style>
a { background-color: #045F55; }
a { background-color: rgb(4,95,85); }
div.DivClassName
{
background-color: #045F55;
}
.BgClassName
{
background-color: #045F55;
}
</style>
border-color css
<style>
span { border-color: #045F55; }
span { border-color: rgb(4,95,85); }
td.TdClassName
{
border-color: #045F55;
}
.TagClassName
{
border-color: #045F55;
}
</style>