Shades of Mosque #055A53
Tints of Mosque #055A53
RGB
CMYK
RGB Variations
Color information
#055A53 (or 0x055A53) is known color: Mosque. HEX triplet: 05, 5A and 53. RGB value is (5,90,83). Sum of RGB (Red+Green+Blue) = 5+90+83=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #055A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A53 is #FAA5AC. Grayscale: #3F3F3F. Windows color (decimal): -16426413 or 5462533. OLE color: 5462533.
HSL color Cylindrical-coordinate representation of color #055A53: hue angle of 175.06º 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 #055A53 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 83 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.65 |
| HSL | 175.06º | 0.89% | 0.19% | - |
| HSV(B) | 175.06º | 0.94% | 0.35% | - |
| XYZ | 5.28 | 7.97 | 9.44 | - |
| YUV | 63.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 83 | 0.94 | 0 | 0.08 | 0.65 | 175.06 | 0.89 | 0.19 |
| Hex | 5 | 5A | 53 | 5E | 0 | 8 | 41 | AF | 59 | 13 |
| Octal | 5 | 132 | 123 | 136 | 0 | 10 | 101 | 257 | 131 | 23 |
| Binary | 101 | 1011010 | 1010011 | 1011110 | 0 | 1000 | 1000001 | 10101111 | 1011001 | 10011 |
Color Harmonies of #055A53
Complementary color
Monochromatic Colors of #055A53
Black with #055A53
Text Example
Text Example
White with #055A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A53; }
p { color: rgb(5,90,83); }
H1.HeaderClassName
{
color: #055A53;
}
.AnyTagClassName
{
color: #055A53;
}
</style>
background-color css
<style>
a { background-color: #055A53; }
a { background-color: rgb(5,90,83); }
div.DivClassName
{
background-color: #055A53;
}
.BgClassName
{
background-color: #055A53;
}
</style>
border-color css
<style>
span { border-color: #055A53; }
span { border-color: rgb(5,90,83); }
td.TdClassName
{
border-color: #055A53;
}
.TagClassName
{
border-color: #055A53;
}
</style>