Shades of Mosque #05555E
Tints of Mosque #05555E
RGB
CMYK
RGB Variations
Color information
#05555E (or 0x05555E) is known color: Mosque. HEX triplet: 05, 55 and 5E. RGB value is (5,85,94). Sum of RGB (Red+Green+Blue) = 5+85+94=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #05555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05555E is #FAAAA1. Grayscale: #3D3D3D. Windows color (decimal): -16427682 or 6182149. OLE color: 6182149.
HSL color Cylindrical-coordinate representation of color #05555E: hue angle of 186.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05555E is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 85 | 94 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.63 |
| HSL | 186.07º | 0.9% | 0.19% | - |
| HSV(B) | 186.07º | 0.95% | 0.37% | - |
| XYZ | 5.33 | 7.34 | 11.72 | - |
| YUV | 62.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 94 | 0.95 | 0.10 | 0 | 0.63 | 186.07 | 0.9 | 0.19 |
| Hex | 5 | 55 | 5E | 5F | A | 0 | 3F | BA | 5A | 13 |
| Octal | 5 | 125 | 136 | 137 | 12 | 0 | 77 | 272 | 132 | 23 |
| Binary | 101 | 1010101 | 1011110 | 1011111 | 1010 | 0 | 111111 | 10111010 | 1011010 | 10011 |
Color Harmonies of #05555E
Complementary color
Monochromatic Colors of #05555E
Black with #05555E
Text Example
Text Example
White with #05555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05555E; }
p { color: rgb(5,85,94); }
H1.HeaderClassName
{
color: #05555E;
}
.AnyTagClassName
{
color: #05555E;
}
</style>
background-color css
<style>
a { background-color: #05555E; }
a { background-color: rgb(5,85,94); }
div.DivClassName
{
background-color: #05555E;
}
.BgClassName
{
background-color: #05555E;
}
</style>
border-color css
<style>
span { border-color: #05555E; }
span { border-color: rgb(5,85,94); }
td.TdClassName
{
border-color: #05555E;
}
.TagClassName
{
border-color: #05555E;
}
</style>