Shades of Mosque #055A4C
Tints of Mosque #055A4C
RGB
CMYK
RGB Variations
Color information
#055A4C (or 0x055A4C) is known color: Mosque. HEX triplet: 05, 5A and 4C. RGB value is (5,90,76). Sum of RGB (Red+Green+Blue) = 5+90+76=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #055A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A4C is #FAA5B3. Grayscale: #3E3E3E. Windows color (decimal): -16426420 or 5003781. OLE color: 5003781.
HSL color Cylindrical-coordinate representation of color #055A4C: hue angle of 170.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A4C is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 76 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.65 |
| HSL | 170.12º | 0.89% | 0.19% | - |
| HSV(B) | 170.12º | 0.94% | 0.35% | - |
| XYZ | 5.02 | 7.87 | 8.09 | - |
| YUV | 62.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 76 | 0.94 | 0 | 0.16 | 0.65 | 170.12 | 0.89 | 0.19 |
| Hex | 5 | 5A | 4C | 5E | 0 | 10 | 41 | AA | 59 | 13 |
| Octal | 5 | 132 | 114 | 136 | 0 | 20 | 101 | 252 | 131 | 23 |
| Binary | 101 | 1011010 | 1001100 | 1011110 | 0 | 10000 | 1000001 | 10101010 | 1011001 | 10011 |
Color Harmonies of #055A4C
Complementary color
Monochromatic Colors of #055A4C
Black with #055A4C
Text Example
Text Example
White with #055A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A4C; }
p { color: rgb(5,90,76); }
H1.HeaderClassName
{
color: #055A4C;
}
.AnyTagClassName
{
color: #055A4C;
}
</style>
background-color css
<style>
a { background-color: #055A4C; }
a { background-color: rgb(5,90,76); }
div.DivClassName
{
background-color: #055A4C;
}
.BgClassName
{
background-color: #055A4C;
}
</style>
border-color css
<style>
span { border-color: #055A4C; }
span { border-color: rgb(5,90,76); }
td.TdClassName
{
border-color: #055A4C;
}
.TagClassName
{
border-color: #055A4C;
}
</style>