Shades of Mosque #005A58
Tints of Mosque #005A58
RGB
CMYK
RGB Variations
Color information
#005A58 (or 0x005A58) is known color: Mosque. HEX triplet: 00, 5A and 58. RGB value is (0,90,88). Sum of RGB (Red+Green+Blue) = 0+90+88=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #005A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A58 is #FFA5A7. Grayscale: #3E3E3E. Windows color (decimal): -16754088 or 5790208. OLE color: 5790208.
HSL color Cylindrical-coordinate representation of color #005A58: hue angle of 178.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A58 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 88 | - |
| CMYK | 1 | 0 | 0.02 | 0.65 |
| HSL | 178.67º | 1% | 0.18% | - |
| HSV(B) | 178.67º | 1% | 0.35% | - |
| XYZ | 5.42 | 8.02 | 10.49 | - |
| YUV | 62.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 88 | 1 | 0 | 0.02 | 0.65 | 178.67 | 1 | 0.18 |
| Hex | 0 | 5A | 58 | 64 | 0 | 2 | 41 | B3 | 64 | 12 |
| Octal | 0 | 132 | 130 | 144 | 0 | 2 | 101 | 263 | 144 | 22 |
| Binary | 0 | 1011010 | 1011000 | 1100100 | 0 | 10 | 1000001 | 10110011 | 1100100 | 10010 |
Color Harmonies of #005A58
Complementary color
Monochromatic Colors of #005A58
Black with #005A58
Text Example
Text Example
White with #005A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A58; }
p { color: rgb(0,90,88); }
H1.HeaderClassName
{
color: #005A58;
}
.AnyTagClassName
{
color: #005A58;
}
</style>
background-color css
<style>
a { background-color: #005A58; }
a { background-color: rgb(0,90,88); }
div.DivClassName
{
background-color: #005A58;
}
.BgClassName
{
background-color: #005A58;
}
</style>
border-color css
<style>
span { border-color: #005A58; }
span { border-color: rgb(0,90,88); }
td.TdClassName
{
border-color: #005A58;
}
.TagClassName
{
border-color: #005A58;
}
</style>