Shades of Mosque #05565D
Tints of Mosque #05565D
RGB
CMYK
RGB Variations
Color information
#05565D (or 0x05565D) is known color: Mosque. HEX triplet: 05, 56 and 5D. RGB value is (5,86,93). Sum of RGB (Red+Green+Blue) = 5+86+93=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #05565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05565D is #FAA9A2. Grayscale: #3E3E3E. Windows color (decimal): -16427427 or 6116869. OLE color: 6116869.
HSL color Cylindrical-coordinate representation of color #05565D: hue angle of 184.77º 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 #05565D is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 86 | 93 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.64 |
| HSL | 184.77º | 0.9% | 0.19% | - |
| HSV(B) | 184.77º | 0.95% | 0.36% | - |
| XYZ | 5.37 | 7.48 | 11.52 | - |
| YUV | 62.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 93 | 0.95 | 0.08 | 0 | 0.64 | 184.77 | 0.9 | 0.19 |
| Hex | 5 | 56 | 5D | 5F | 8 | 0 | 40 | B9 | 5A | 13 |
| Octal | 5 | 126 | 135 | 137 | 10 | 0 | 100 | 271 | 132 | 23 |
| Binary | 101 | 1010110 | 1011101 | 1011111 | 1000 | 0 | 1000000 | 10111001 | 1011010 | 10011 |
Color Harmonies of #05565D
Complementary color
Monochromatic Colors of #05565D
Black with #05565D
Text Example
Text Example
White with #05565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05565D; }
p { color: rgb(5,86,93); }
H1.HeaderClassName
{
color: #05565D;
}
.AnyTagClassName
{
color: #05565D;
}
</style>
background-color css
<style>
a { background-color: #05565D; }
a { background-color: rgb(5,86,93); }
div.DivClassName
{
background-color: #05565D;
}
.BgClassName
{
background-color: #05565D;
}
</style>
border-color css
<style>
span { border-color: #05565D; }
span { border-color: rgb(5,86,93); }
td.TdClassName
{
border-color: #05565D;
}
.TagClassName
{
border-color: #05565D;
}
</style>