Shades of Mosque #055B4E
Tints of Mosque #055B4E
RGB
CMYK
RGB Variations
Color information
#055B4E (or 0x055B4E) is known color: Mosque. HEX triplet: 05, 5B and 4E. RGB value is (5,91,78). Sum of RGB (Red+Green+Blue) = 5+91+78=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #055B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B4E is #FAA4B1. Grayscale: #3F3F3F. Windows color (decimal): -16426162 or 5135109. OLE color: 5135109.
HSL color Cylindrical-coordinate representation of color #055B4E: hue angle of 170.93º 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 #055B4E is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 78 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.64 |
| HSL | 170.93º | 0.9% | 0.19% | - |
| HSV(B) | 170.93º | 0.95% | 0.36% | - |
| XYZ | 5.18 | 8.06 | 8.49 | - |
| YUV | 63.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 78 | 0.95 | 0 | 0.14 | 0.64 | 170.93 | 0.9 | 0.19 |
| Hex | 5 | 5B | 4E | 5F | 0 | E | 40 | AB | 5A | 13 |
| Octal | 5 | 133 | 116 | 137 | 0 | 16 | 100 | 253 | 132 | 23 |
| Binary | 101 | 1011011 | 1001110 | 1011111 | 0 | 1110 | 1000000 | 10101011 | 1011010 | 10011 |
Color Harmonies of #055B4E
Complementary color
Monochromatic Colors of #055B4E
Black with #055B4E
Text Example
Text Example
White with #055B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B4E; }
p { color: rgb(5,91,78); }
H1.HeaderClassName
{
color: #055B4E;
}
.AnyTagClassName
{
color: #055B4E;
}
</style>
background-color css
<style>
a { background-color: #055B4E; }
a { background-color: rgb(5,91,78); }
div.DivClassName
{
background-color: #055B4E;
}
.BgClassName
{
background-color: #055B4E;
}
</style>
border-color css
<style>
span { border-color: #055B4E; }
span { border-color: rgb(5,91,78); }
td.TdClassName
{
border-color: #055B4E;
}
.TagClassName
{
border-color: #055B4E;
}
</style>