Shades of Mosque #055B4F
Tints of Mosque #055B4F
RGB
CMYK
RGB Variations
Color information
#055B4F (or 0x055B4F) is known color: Mosque. HEX triplet: 05, 5B and 4F. RGB value is (5,91,79). Sum of RGB (Red+Green+Blue) = 5+91+79=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #055B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B4F is #FAA4B0. Grayscale: #3F3F3F. Windows color (decimal): -16426161 or 5200645. OLE color: 5200645.
HSL color Cylindrical-coordinate representation of color #055B4F: hue angle of 171.63º 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 #055B4F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 79 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.64 |
| HSL | 171.63º | 0.9% | 0.19% | - |
| HSV(B) | 171.63º | 0.95% | 0.36% | - |
| XYZ | 5.21 | 8.08 | 8.68 | - |
| YUV | 63.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 79 | 0.95 | 0 | 0.13 | 0.64 | 171.63 | 0.9 | 0.19 |
| Hex | 5 | 5B | 4F | 5F | 0 | D | 40 | AC | 5A | 13 |
| Octal | 5 | 133 | 117 | 137 | 0 | 15 | 100 | 254 | 132 | 23 |
| Binary | 101 | 1011011 | 1001111 | 1011111 | 0 | 1101 | 1000000 | 10101100 | 1011010 | 10011 |
Color Harmonies of #055B4F
Complementary color
Monochromatic Colors of #055B4F
Black with #055B4F
Text Example
Text Example
White with #055B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B4F; }
p { color: rgb(5,91,79); }
H1.HeaderClassName
{
color: #055B4F;
}
.AnyTagClassName
{
color: #055B4F;
}
</style>
background-color css
<style>
a { background-color: #055B4F; }
a { background-color: rgb(5,91,79); }
div.DivClassName
{
background-color: #055B4F;
}
.BgClassName
{
background-color: #055B4F;
}
</style>
border-color css
<style>
span { border-color: #055B4F; }
span { border-color: rgb(5,91,79); }
td.TdClassName
{
border-color: #055B4F;
}
.TagClassName
{
border-color: #055B4F;
}
</style>