Shades of Mosque #05565B
Tints of Mosque #05565B
RGB
CMYK
RGB Variations
Color information
#05565B (or 0x05565B) is known color: Mosque. HEX triplet: 05, 56 and 5B. RGB value is (5,86,91). Sum of RGB (Red+Green+Blue) = 5+86+91=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #05565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05565B is #FAA9A4. Grayscale: #3E3E3E. Windows color (decimal): -16427429 or 5985797. OLE color: 5985797.
HSL color Cylindrical-coordinate representation of color #05565B: hue angle of 183.49º 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 #05565B is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 86 | 91 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.64 |
| HSL | 183.49º | 0.9% | 0.19% | - |
| HSV(B) | 183.49º | 0.95% | 0.36% | - |
| XYZ | 5.28 | 7.44 | 11.06 | - |
| YUV | 62.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 91 | 0.95 | 0.05 | 0 | 0.64 | 183.49 | 0.9 | 0.19 |
| Hex | 5 | 56 | 5B | 5F | 5 | 0 | 40 | B7 | 5A | 13 |
| Octal | 5 | 126 | 133 | 137 | 5 | 0 | 100 | 267 | 132 | 23 |
| Binary | 101 | 1010110 | 1011011 | 1011111 | 101 | 0 | 1000000 | 10110111 | 1011010 | 10011 |
Color Harmonies of #05565B
Complementary color
Monochromatic Colors of #05565B
Black with #05565B
Text Example
Text Example
White with #05565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05565B; }
p { color: rgb(5,86,91); }
H1.HeaderClassName
{
color: #05565B;
}
.AnyTagClassName
{
color: #05565B;
}
</style>
background-color css
<style>
a { background-color: #05565B; }
a { background-color: rgb(5,86,91); }
div.DivClassName
{
background-color: #05565B;
}
.BgClassName
{
background-color: #05565B;
}
</style>
border-color css
<style>
span { border-color: #05565B; }
span { border-color: rgb(5,86,91); }
td.TdClassName
{
border-color: #05565B;
}
.TagClassName
{
border-color: #05565B;
}
</style>