Shades of Mosque #055A5A
Tints of Mosque #055A5A
RGB
CMYK
RGB Variations
Color information
#055A5A (or 0x055A5A) is known color: Mosque. HEX triplet: 05, 5A and 5A. RGB value is (5,90,90). Sum of RGB (Red+Green+Blue) = 5+90+90=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #055A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A5A is #FAA5A5. Grayscale: #404040. Windows color (decimal): -16426406 or 5921285. OLE color: 5921285.
HSL color Cylindrical-coordinate representation of color #055A5A: hue angle of 180º 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 #055A5A is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 90 | - |
| CMYK | 0.94 | 0 | 0 | 0.65 |
| HSL | 180º | 0.89% | 0.19% | - |
| HSV(B) | 180º | 0.94% | 0.35% | - |
| XYZ | 5.56 | 8.08 | 10.94 | - |
| YUV | 64.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 90 | 0.94 | 0 | 0 | 0.65 | 180 | 0.89 | 0.19 |
| Hex | 5 | 5A | 5A | 5E | 0 | 0 | 41 | B4 | 59 | 13 |
| Octal | 5 | 132 | 132 | 136 | 0 | 0 | 101 | 264 | 131 | 23 |
| Binary | 101 | 1011010 | 1011010 | 1011110 | 0 | 0 | 1000001 | 10110100 | 1011001 | 10011 |
Color Harmonies of #055A5A
Complementary color
Monochromatic Colors of #055A5A
Black with #055A5A
Text Example
Text Example
White with #055A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A5A; }
p { color: rgb(5,90,90); }
H1.HeaderClassName
{
color: #055A5A;
}
.AnyTagClassName
{
color: #055A5A;
}
</style>
background-color css
<style>
a { background-color: #055A5A; }
a { background-color: rgb(5,90,90); }
div.DivClassName
{
background-color: #055A5A;
}
.BgClassName
{
background-color: #055A5A;
}
</style>
border-color css
<style>
span { border-color: #055A5A; }
span { border-color: rgb(5,90,90); }
td.TdClassName
{
border-color: #055A5A;
}
.TagClassName
{
border-color: #055A5A;
}
</style>