Shades of Mosque #05584D
Tints of Mosque #05584D
RGB
CMYK
RGB Variations
Color information
#05584D (or 0x05584D) is known color: Mosque. HEX triplet: 05, 58 and 4D. RGB value is (5,88,77). Sum of RGB (Red+Green+Blue) = 5+88+77=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #05584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05584D is #FAA7B2. Grayscale: #3D3D3D. Windows color (decimal): -16426931 or 5068805. OLE color: 5068805.
HSL color Cylindrical-coordinate representation of color #05584D: hue angle of 172.05º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05584D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 77 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.65 |
| HSL | 172.05º | 0.89% | 0.18% | - |
| HSV(B) | 172.05º | 0.94% | 0.35% | - |
| XYZ | 4.89 | 7.55 | 8.22 | - |
| YUV | 61.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 77 | 0.94 | 0 | 0.12 | 0.65 | 172.05 | 0.89 | 0.18 |
| Hex | 5 | 58 | 4D | 5E | 0 | C | 41 | AC | 59 | 12 |
| Octal | 5 | 130 | 115 | 136 | 0 | 14 | 101 | 254 | 131 | 22 |
| Binary | 101 | 1011000 | 1001101 | 1011110 | 0 | 1100 | 1000001 | 10101100 | 1011001 | 10010 |
Color Harmonies of #05584D
Complementary color
Monochromatic Colors of #05584D
Black with #05584D
Text Example
Text Example
White with #05584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05584D; }
p { color: rgb(5,88,77); }
H1.HeaderClassName
{
color: #05584D;
}
.AnyTagClassName
{
color: #05584D;
}
</style>
background-color css
<style>
a { background-color: #05584D; }
a { background-color: rgb(5,88,77); }
div.DivClassName
{
background-color: #05584D;
}
.BgClassName
{
background-color: #05584D;
}
</style>
border-color css
<style>
span { border-color: #05584D; }
span { border-color: rgb(5,88,77); }
td.TdClassName
{
border-color: #05584D;
}
.TagClassName
{
border-color: #05584D;
}
</style>