Shades of Mosque #005B56
Tints of Mosque #005B56
RGB
CMYK
RGB Variations
Color information
#005B56 (or 0x005B56) is known color: Mosque. HEX triplet: 00, 5B and 56. RGB value is (0,91,86). Sum of RGB (Red+Green+Blue) = 0+91+86=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #005B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B56 is #FFA4A9. Grayscale: #3F3F3F. Windows color (decimal): -16753834 or 5659392. OLE color: 5659392.
HSL color Cylindrical-coordinate representation of color #005B56: hue angle of 176.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B56 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 86 | - |
| CMYK | 1 | 0 | 0.05 | 0.64 |
| HSL | 176.7º | 1% | 0.18% | - |
| HSV(B) | 176.7º | 1% | 0.36% | - |
| XYZ | 5.42 | 8.15 | 10.09 | - |
| YUV | 63.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 86 | 1 | 0 | 0.05 | 0.64 | 176.7 | 1 | 0.18 |
| Hex | 0 | 5B | 56 | 64 | 0 | 5 | 40 | B1 | 64 | 12 |
| Octal | 0 | 133 | 126 | 144 | 0 | 5 | 100 | 261 | 144 | 22 |
| Binary | 0 | 1011011 | 1010110 | 1100100 | 0 | 101 | 1000000 | 10110001 | 1100100 | 10010 |
Color Harmonies of #005B56
Complementary color
Monochromatic Colors of #005B56
Black with #005B56
Text Example
Text Example
White with #005B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B56; }
p { color: rgb(0,91,86); }
H1.HeaderClassName
{
color: #005B56;
}
.AnyTagClassName
{
color: #005B56;
}
</style>
background-color css
<style>
a { background-color: #005B56; }
a { background-color: rgb(0,91,86); }
div.DivClassName
{
background-color: #005B56;
}
.BgClassName
{
background-color: #005B56;
}
</style>
border-color css
<style>
span { border-color: #005B56; }
span { border-color: rgb(0,91,86); }
td.TdClassName
{
border-color: #005B56;
}
.TagClassName
{
border-color: #005B56;
}
</style>