Shades of Mosque #055D57
Tints of Mosque #055D57
RGB
CMYK
RGB Variations
Color information
#055D57 (or 0x055D57) is known color: Mosque. HEX triplet: 05, 5D and 57. RGB value is (5,93,87). Sum of RGB (Red+Green+Blue) = 5+93+87=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #055D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D57 is #FAA2A8. Grayscale: #414141. Windows color (decimal): -16425641 or 5725445. OLE color: 5725445.
HSL color Cylindrical-coordinate representation of color #055D57: hue angle of 175.91º 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 #055D57 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 87 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.64 |
| HSL | 175.91º | 0.9% | 0.19% | - |
| HSV(B) | 175.91º | 0.95% | 0.36% | - |
| XYZ | 5.7 | 8.55 | 10.37 | - |
| YUV | 66 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 87 | 0.95 | 0 | 0.06 | 0.64 | 175.91 | 0.9 | 0.19 |
| Hex | 5 | 5D | 57 | 5F | 0 | 6 | 40 | B0 | 5A | 13 |
| Octal | 5 | 135 | 127 | 137 | 0 | 6 | 100 | 260 | 132 | 23 |
| Binary | 101 | 1011101 | 1010111 | 1011111 | 0 | 110 | 1000000 | 10110000 | 1011010 | 10011 |
Color Harmonies of #055D57
Complementary color
Monochromatic Colors of #055D57
Black with #055D57
Text Example
Text Example
White with #055D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D57; }
p { color: rgb(5,93,87); }
H1.HeaderClassName
{
color: #055D57;
}
.AnyTagClassName
{
color: #055D57;
}
</style>
background-color css
<style>
a { background-color: #055D57; }
a { background-color: rgb(5,93,87); }
div.DivClassName
{
background-color: #055D57;
}
.BgClassName
{
background-color: #055D57;
}
</style>
border-color css
<style>
span { border-color: #055D57; }
span { border-color: rgb(5,93,87); }
td.TdClassName
{
border-color: #055D57;
}
.TagClassName
{
border-color: #055D57;
}
</style>