Shades of Mosque #055A59
Tints of Mosque #055A59
RGB
CMYK
RGB Variations
Color information
#055A59 (or 0x055A59) is known color: Mosque. HEX triplet: 05, 5A and 59. RGB value is (5,90,89). Sum of RGB (Red+Green+Blue) = 5+90+89=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #055A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A59 is #FAA5A6. Grayscale: #404040. Windows color (decimal): -16426407 or 5855749. OLE color: 5855749.
HSL color Cylindrical-coordinate representation of color #055A59: hue angle of 179.29º 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 #055A59 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 89 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.65 |
| HSL | 179.29º | 0.89% | 0.19% | - |
| HSV(B) | 179.29º | 0.94% | 0.35% | - |
| XYZ | 5.52 | 8.07 | 10.72 | - |
| YUV | 64.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 89 | 0.94 | 0 | 0.01 | 0.65 | 179.29 | 0.89 | 0.19 |
| Hex | 5 | 5A | 59 | 5E | 0 | 1 | 41 | B3 | 59 | 13 |
| Octal | 5 | 132 | 131 | 136 | 0 | 1 | 101 | 263 | 131 | 23 |
| Binary | 101 | 1011010 | 1011001 | 1011110 | 0 | 1 | 1000001 | 10110011 | 1011001 | 10011 |
Color Harmonies of #055A59
Complementary color
Monochromatic Colors of #055A59
Black with #055A59
Text Example
Text Example
White with #055A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A59; }
p { color: rgb(5,90,89); }
H1.HeaderClassName
{
color: #055A59;
}
.AnyTagClassName
{
color: #055A59;
}
</style>
background-color css
<style>
a { background-color: #055A59; }
a { background-color: rgb(5,90,89); }
div.DivClassName
{
background-color: #055A59;
}
.BgClassName
{
background-color: #055A59;
}
</style>
border-color css
<style>
span { border-color: #055A59; }
span { border-color: rgb(5,90,89); }
td.TdClassName
{
border-color: #055A59;
}
.TagClassName
{
border-color: #055A59;
}
</style>