Shades of Mosque #055D4D
Tints of Mosque #055D4D
RGB
CMYK
RGB Variations
Color information
#055D4D (or 0x055D4D) is known color: Mosque. HEX triplet: 05, 5D and 4D. RGB value is (5,93,77). Sum of RGB (Red+Green+Blue) = 5+93+77=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #055D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D4D is #FAA2B2. Grayscale: #404040. Windows color (decimal): -16425651 or 5070085. OLE color: 5070085.
HSL color Cylindrical-coordinate representation of color #055D4D: hue angle of 169.09º 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 #055D4D is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 77 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.64 |
| HSL | 169.09º | 0.9% | 0.19% | - |
| HSV(B) | 169.09º | 0.95% | 0.36% | - |
| XYZ | 5.32 | 8.4 | 8.36 | - |
| YUV | 64.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 77 | 0.95 | 0 | 0.17 | 0.64 | 169.09 | 0.9 | 0.19 |
| Hex | 5 | 5D | 4D | 5F | 0 | 11 | 40 | A9 | 5A | 13 |
| Octal | 5 | 135 | 115 | 137 | 0 | 21 | 100 | 251 | 132 | 23 |
| Binary | 101 | 1011101 | 1001101 | 1011111 | 0 | 10001 | 1000000 | 10101001 | 1011010 | 10011 |
Color Harmonies of #055D4D
Complementary color
Monochromatic Colors of #055D4D
Black with #055D4D
Text Example
Text Example
White with #055D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D4D; }
p { color: rgb(5,93,77); }
H1.HeaderClassName
{
color: #055D4D;
}
.AnyTagClassName
{
color: #055D4D;
}
</style>
background-color css
<style>
a { background-color: #055D4D; }
a { background-color: rgb(5,93,77); }
div.DivClassName
{
background-color: #055D4D;
}
.BgClassName
{
background-color: #055D4D;
}
</style>
border-color css
<style>
span { border-color: #055D4D; }
span { border-color: rgb(5,93,77); }
td.TdClassName
{
border-color: #055D4D;
}
.TagClassName
{
border-color: #055D4D;
}
</style>