Shades of Mosque #056B65
Tints of Mosque #056B65
RGB
CMYK
RGB Variations
Color information
#056B65 (or 0x056B65) is known color: Mosque. HEX triplet: 05, 6B and 65. RGB value is (5,107,101). Sum of RGB (Red+Green+Blue) = 5+107+101=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #056B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B65 is #FA949A. Grayscale: #4B4B4B. Windows color (decimal): -16422043 or 6646533. OLE color: 6646533.
HSL color Cylindrical-coordinate representation of color #056B65: hue angle of 176.47º 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 #056B65 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 101 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.58 |
| HSL | 176.47º | 0.91% | 0.22% | - |
| HSV(B) | 176.47º | 0.95% | 0.42% | - |
| XYZ | 7.67 | 11.49 | 14.12 | - |
| YUV | 75.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 101 | 0.95 | 0 | 0.06 | 0.58 | 176.47 | 0.91 | 0.22 |
| Hex | 5 | 6B | 65 | 5F | 0 | 6 | 3A | B0 | 5B | 16 |
| Octal | 5 | 153 | 145 | 137 | 0 | 6 | 72 | 260 | 133 | 26 |
| Binary | 101 | 1101011 | 1100101 | 1011111 | 0 | 110 | 111010 | 10110000 | 1011011 | 10110 |
Color Harmonies of #056B65
Complementary color
Monochromatic Colors of #056B65
Black with #056B65
Text Example
Text Example
White with #056B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B65; }
p { color: rgb(5,107,101); }
H1.HeaderClassName
{
color: #056B65;
}
.AnyTagClassName
{
color: #056B65;
}
</style>
background-color css
<style>
a { background-color: #056B65; }
a { background-color: rgb(5,107,101); }
div.DivClassName
{
background-color: #056B65;
}
.BgClassName
{
background-color: #056B65;
}
</style>
border-color css
<style>
span { border-color: #056B65; }
span { border-color: rgb(5,107,101); }
td.TdClassName
{
border-color: #056B65;
}
.TagClassName
{
border-color: #056B65;
}
</style>