Shades of Mosque #055D51
Tints of Mosque #055D51
RGB
CMYK
RGB Variations
Color information
#055D51 (or 0x055D51) is known color: Mosque. HEX triplet: 05, 5D and 51. RGB value is (5,93,81). Sum of RGB (Red+Green+Blue) = 5+93+81=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #055D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D51 is #FAA2AE. Grayscale: #414141. Windows color (decimal): -16425647 or 5332229. OLE color: 5332229.
HSL color Cylindrical-coordinate representation of color #055D51: hue angle of 171.82º 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 #055D51 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 81 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.64 |
| HSL | 171.82º | 0.9% | 0.19% | - |
| HSV(B) | 171.82º | 0.95% | 0.36% | - |
| XYZ | 5.46 | 8.46 | 9.13 | - |
| YUV | 65.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 81 | 0.95 | 0 | 0.13 | 0.64 | 171.82 | 0.9 | 0.19 |
| Hex | 5 | 5D | 51 | 5F | 0 | D | 40 | AC | 5A | 13 |
| Octal | 5 | 135 | 121 | 137 | 0 | 15 | 100 | 254 | 132 | 23 |
| Binary | 101 | 1011101 | 1010001 | 1011111 | 0 | 1101 | 1000000 | 10101100 | 1011010 | 10011 |
Color Harmonies of #055D51
Complementary color
Monochromatic Colors of #055D51
Black with #055D51
Text Example
Text Example
White with #055D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D51; }
p { color: rgb(5,93,81); }
H1.HeaderClassName
{
color: #055D51;
}
.AnyTagClassName
{
color: #055D51;
}
</style>
background-color css
<style>
a { background-color: #055D51; }
a { background-color: rgb(5,93,81); }
div.DivClassName
{
background-color: #055D51;
}
.BgClassName
{
background-color: #055D51;
}
</style>
border-color css
<style>
span { border-color: #055D51; }
span { border-color: rgb(5,93,81); }
td.TdClassName
{
border-color: #055D51;
}
.TagClassName
{
border-color: #055D51;
}
</style>