Shades of Mosque #045C55
Tints of Mosque #045C55
RGB
CMYK
RGB Variations
Color information
#045C55 (or 0x045C55) is known color: Mosque. HEX triplet: 04, 5C and 55. RGB value is (4,92,85). Sum of RGB (Red+Green+Blue) = 4+92+85=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #045C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C55 is #FBA3AA. Grayscale: #404040. Windows color (decimal): -16491435 or 5594116. OLE color: 5594116.
HSL color Cylindrical-coordinate representation of color #045C55: hue angle of 175.23º 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 #045C55 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 85 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.64 |
| HSL | 175.23º | 0.92% | 0.19% | - |
| HSV(B) | 175.23º | 0.96% | 0.36% | - |
| XYZ | 5.52 | 8.34 | 9.91 | - |
| YUV | 64.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 85 | 0.96 | 0 | 0.08 | 0.64 | 175.23 | 0.92 | 0.19 |
| Hex | 4 | 5C | 55 | 60 | 0 | 8 | 40 | AF | 5C | 13 |
| Octal | 4 | 134 | 125 | 140 | 0 | 10 | 100 | 257 | 134 | 23 |
| Binary | 100 | 1011100 | 1010101 | 1100000 | 0 | 1000 | 1000000 | 10101111 | 1011100 | 10011 |
Color Harmonies of #045C55
Complementary color
Monochromatic Colors of #045C55
Black with #045C55
Text Example
Text Example
White with #045C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C55; }
p { color: rgb(4,92,85); }
H1.HeaderClassName
{
color: #045C55;
}
.AnyTagClassName
{
color: #045C55;
}
</style>
background-color css
<style>
a { background-color: #045C55; }
a { background-color: rgb(4,92,85); }
div.DivClassName
{
background-color: #045C55;
}
.BgClassName
{
background-color: #045C55;
}
</style>
border-color css
<style>
span { border-color: #045C55; }
span { border-color: rgb(4,92,85); }
td.TdClassName
{
border-color: #045C55;
}
.TagClassName
{
border-color: #045C55;
}
</style>