Shades of Mosque #055B4D
Tints of Mosque #055B4D
RGB
CMYK
RGB Variations
Color information
#055B4D (or 0x055B4D) is known color: Mosque. HEX triplet: 05, 5B and 4D. RGB value is (5,91,77). Sum of RGB (Red+Green+Blue) = 5+91+77=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #055B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B4D is #FAA4B2. Grayscale: #3F3F3F. Windows color (decimal): -16426163 or 5069573. OLE color: 5069573.
HSL color Cylindrical-coordinate representation of color #055B4D: hue angle of 170.23º 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 #055B4D is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 77 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.64 |
| HSL | 170.23º | 0.9% | 0.19% | - |
| HSV(B) | 170.23º | 0.95% | 0.36% | - |
| XYZ | 5.14 | 8.05 | 8.3 | - |
| YUV | 63.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 77 | 0.95 | 0 | 0.15 | 0.64 | 170.23 | 0.9 | 0.19 |
| Hex | 5 | 5B | 4D | 5F | 0 | F | 40 | AA | 5A | 13 |
| Octal | 5 | 133 | 115 | 137 | 0 | 17 | 100 | 252 | 132 | 23 |
| Binary | 101 | 1011011 | 1001101 | 1011111 | 0 | 1111 | 1000000 | 10101010 | 1011010 | 10011 |
Color Harmonies of #055B4D
Complementary color
Monochromatic Colors of #055B4D
Black with #055B4D
Text Example
Text Example
White with #055B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B4D; }
p { color: rgb(5,91,77); }
H1.HeaderClassName
{
color: #055B4D;
}
.AnyTagClassName
{
color: #055B4D;
}
</style>
background-color css
<style>
a { background-color: #055B4D; }
a { background-color: rgb(5,91,77); }
div.DivClassName
{
background-color: #055B4D;
}
.BgClassName
{
background-color: #055B4D;
}
</style>
border-color css
<style>
span { border-color: #055B4D; }
span { border-color: rgb(5,91,77); }
td.TdClassName
{
border-color: #055B4D;
}
.TagClassName
{
border-color: #055B4D;
}
</style>