Shades of Mosque #055A56
Tints of Mosque #055A56
RGB
CMYK
RGB Variations
Color information
#055A56 (or 0x055A56) is known color: Mosque. HEX triplet: 05, 5A and 56. RGB value is (5,90,86). Sum of RGB (Red+Green+Blue) = 5+90+86=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #055A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A56 is #FAA5A9. Grayscale: #404040. Windows color (decimal): -16426410 or 5659141. OLE color: 5659141.
HSL color Cylindrical-coordinate representation of color #055A56: hue angle of 177.18º 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 #055A56 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 86 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.65 |
| HSL | 177.18º | 0.89% | 0.19% | - |
| HSV(B) | 177.18º | 0.94% | 0.35% | - |
| XYZ | 5.4 | 8.02 | 10.07 | - |
| YUV | 64.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 86 | 0.94 | 0 | 0.04 | 0.65 | 177.18 | 0.89 | 0.19 |
| Hex | 5 | 5A | 56 | 5E | 0 | 4 | 41 | B1 | 59 | 13 |
| Octal | 5 | 132 | 126 | 136 | 0 | 4 | 101 | 261 | 131 | 23 |
| Binary | 101 | 1011010 | 1010110 | 1011110 | 0 | 100 | 1000001 | 10110001 | 1011001 | 10011 |
Color Harmonies of #055A56
Complementary color
Monochromatic Colors of #055A56
Black with #055A56
Text Example
Text Example
White with #055A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A56; }
p { color: rgb(5,90,86); }
H1.HeaderClassName
{
color: #055A56;
}
.AnyTagClassName
{
color: #055A56;
}
</style>
background-color css
<style>
a { background-color: #055A56; }
a { background-color: rgb(5,90,86); }
div.DivClassName
{
background-color: #055A56;
}
.BgClassName
{
background-color: #055A56;
}
</style>
border-color css
<style>
span { border-color: #055A56; }
span { border-color: rgb(5,90,86); }
td.TdClassName
{
border-color: #055A56;
}
.TagClassName
{
border-color: #055A56;
}
</style>