Shades of Mosque #05575C
Tints of Mosque #05575C
RGB
CMYK
RGB Variations
Color information
#05575C (or 0x05575C) is known color: Mosque. HEX triplet: 05, 57 and 5C. RGB value is (5,87,92). Sum of RGB (Red+Green+Blue) = 5+87+92=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #05575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05575C is #FAA8A3. Grayscale: #3E3E3E. Windows color (decimal): -16427172 or 6051589. OLE color: 6051589.
HSL color Cylindrical-coordinate representation of color #05575C: hue angle of 183.45º 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 #05575C is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 87 | 92 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.64 |
| HSL | 183.45º | 0.9% | 0.19% | - |
| HSV(B) | 183.45º | 0.95% | 0.36% | - |
| XYZ | 5.4 | 7.62 | 11.31 | - |
| YUV | 63.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 92 | 0.95 | 0.05 | 0 | 0.64 | 183.45 | 0.9 | 0.19 |
| Hex | 5 | 57 | 5C | 5F | 5 | 0 | 40 | B7 | 5A | 13 |
| Octal | 5 | 127 | 134 | 137 | 5 | 0 | 100 | 267 | 132 | 23 |
| Binary | 101 | 1010111 | 1011100 | 1011111 | 101 | 0 | 1000000 | 10110111 | 1011010 | 10011 |
Color Harmonies of #05575C
Complementary color
Monochromatic Colors of #05575C
Black with #05575C
Text Example
Text Example
White with #05575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05575C; }
p { color: rgb(5,87,92); }
H1.HeaderClassName
{
color: #05575C;
}
.AnyTagClassName
{
color: #05575C;
}
</style>
background-color css
<style>
a { background-color: #05575C; }
a { background-color: rgb(5,87,92); }
div.DivClassName
{
background-color: #05575C;
}
.BgClassName
{
background-color: #05575C;
}
</style>
border-color css
<style>
span { border-color: #05575C; }
span { border-color: rgb(5,87,92); }
td.TdClassName
{
border-color: #05575C;
}
.TagClassName
{
border-color: #05575C;
}
</style>