Shades of Mosque #05575A
Tints of Mosque #05575A
RGB
CMYK
RGB Variations
Color information
#05575A (or 0x05575A) is known color: Mosque. HEX triplet: 05, 57 and 5A. RGB value is (5,87,90). Sum of RGB (Red+Green+Blue) = 5+87+90=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #05575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05575A is #FAA8A5. Grayscale: #3E3E3E. Windows color (decimal): -16427174 or 5920517. OLE color: 5920517.
HSL color Cylindrical-coordinate representation of color #05575A: hue angle of 182.12º 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 #05575A is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 87 | 90 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.65 |
| HSL | 182.12º | 0.89% | 0.19% | - |
| HSV(B) | 182.12º | 0.94% | 0.35% | - |
| XYZ | 5.32 | 7.59 | 10.86 | - |
| YUV | 62.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 90 | 0.94 | 0.03 | 0 | 0.65 | 182.12 | 0.89 | 0.19 |
| Hex | 5 | 57 | 5A | 5E | 3 | 0 | 41 | B6 | 59 | 13 |
| Octal | 5 | 127 | 132 | 136 | 3 | 0 | 101 | 266 | 131 | 23 |
| Binary | 101 | 1010111 | 1011010 | 1011110 | 11 | 0 | 1000001 | 10110110 | 1011001 | 10011 |
Color Harmonies of #05575A
Complementary color
Monochromatic Colors of #05575A
Black with #05575A
Text Example
Text Example
White with #05575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05575A; }
p { color: rgb(5,87,90); }
H1.HeaderClassName
{
color: #05575A;
}
.AnyTagClassName
{
color: #05575A;
}
</style>
background-color css
<style>
a { background-color: #05575A; }
a { background-color: rgb(5,87,90); }
div.DivClassName
{
background-color: #05575A;
}
.BgClassName
{
background-color: #05575A;
}
</style>
border-color css
<style>
span { border-color: #05575A; }
span { border-color: rgb(5,87,90); }
td.TdClassName
{
border-color: #05575A;
}
.TagClassName
{
border-color: #05575A;
}
</style>