Shades of Mosque #056B64
Tints of Mosque #056B64
RGB
CMYK
RGB Variations
Color information
#056B64 (or 0x056B64) is known color: Mosque. HEX triplet: 05, 6B and 64. RGB value is (5,107,100). Sum of RGB (Red+Green+Blue) = 5+107+100=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #056B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B64 is #FA949B. Grayscale: #4B4B4B. Windows color (decimal): -16422044 or 6580997. OLE color: 6580997.
HSL color Cylindrical-coordinate representation of color #056B64: hue angle of 175.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B64 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 100 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.58 |
| HSL | 175.88º | 0.91% | 0.22% | - |
| HSV(B) | 175.88º | 0.95% | 0.42% | - |
| XYZ | 7.62 | 11.47 | 13.87 | - |
| YUV | 75.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 100 | 0.95 | 0 | 0.07 | 0.58 | 175.88 | 0.91 | 0.22 |
| Hex | 5 | 6B | 64 | 5F | 0 | 7 | 3A | B0 | 5B | 16 |
| Octal | 5 | 153 | 144 | 137 | 0 | 7 | 72 | 260 | 133 | 26 |
| Binary | 101 | 1101011 | 1100100 | 1011111 | 0 | 111 | 111010 | 10110000 | 1011011 | 10110 |
Color Harmonies of #056B64
Complementary color
Monochromatic Colors of #056B64
Black with #056B64
Text Example
Text Example
White with #056B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B64; }
p { color: rgb(5,107,100); }
H1.HeaderClassName
{
color: #056B64;
}
.AnyTagClassName
{
color: #056B64;
}
</style>
background-color css
<style>
a { background-color: #056B64; }
a { background-color: rgb(5,107,100); }
div.DivClassName
{
background-color: #056B64;
}
.BgClassName
{
background-color: #056B64;
}
</style>
border-color css
<style>
span { border-color: #056B64; }
span { border-color: rgb(5,107,100); }
td.TdClassName
{
border-color: #056B64;
}
.TagClassName
{
border-color: #056B64;
}
</style>