Shades of Mosque #05575B
Tints of Mosque #05575B
RGB
CMYK
RGB Variations
Color information
#05575B (or 0x05575B) is known color: Mosque. HEX triplet: 05, 57 and 5B. RGB value is (5,87,91). Sum of RGB (Red+Green+Blue) = 5+87+91=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #05575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05575B is #FAA8A4. Grayscale: #3E3E3E. Windows color (decimal): -16427173 or 5986053. OLE color: 5986053.
HSL color Cylindrical-coordinate representation of color #05575B: hue angle of 182.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05575B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 87 | 91 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.64 |
| HSL | 182.79º | 0.9% | 0.19% | - |
| HSV(B) | 182.79º | 0.95% | 0.36% | - |
| XYZ | 5.36 | 7.6 | 11.08 | - |
| YUV | 62.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 91 | 0.95 | 0.04 | 0 | 0.64 | 182.79 | 0.9 | 0.19 |
| Hex | 5 | 57 | 5B | 5F | 4 | 0 | 40 | B7 | 5A | 13 |
| Octal | 5 | 127 | 133 | 137 | 4 | 0 | 100 | 267 | 132 | 23 |
| Binary | 101 | 1010111 | 1011011 | 1011111 | 100 | 0 | 1000000 | 10110111 | 1011010 | 10011 |
Color Harmonies of #05575B
Complementary color
Monochromatic Colors of #05575B
Black with #05575B
Text Example
Text Example
White with #05575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05575B; }
p { color: rgb(5,87,91); }
H1.HeaderClassName
{
color: #05575B;
}
.AnyTagClassName
{
color: #05575B;
}
</style>
background-color css
<style>
a { background-color: #05575B; }
a { background-color: rgb(5,87,91); }
div.DivClassName
{
background-color: #05575B;
}
.BgClassName
{
background-color: #05575B;
}
</style>
border-color css
<style>
span { border-color: #05575B; }
span { border-color: rgb(5,87,91); }
td.TdClassName
{
border-color: #05575B;
}
.TagClassName
{
border-color: #05575B;
}
</style>