Shades of Mosque #055D55
Tints of Mosque #055D55
RGB
CMYK
RGB Variations
Color information
#055D55 (or 0x055D55) is known color: Mosque. HEX triplet: 05, 5D and 55. RGB value is (5,93,85). Sum of RGB (Red+Green+Blue) = 5+93+85=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #055D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D55 is #FAA2AA. Grayscale: #414141. Windows color (decimal): -16425643 or 5594373. OLE color: 5594373.
HSL color Cylindrical-coordinate representation of color #055D55: hue angle of 174.55º 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 #055D55 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 85 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.64 |
| HSL | 174.55º | 0.9% | 0.19% | - |
| HSV(B) | 174.55º | 0.95% | 0.36% | - |
| XYZ | 5.62 | 8.52 | 9.94 | - |
| YUV | 65.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 85 | 0.95 | 0 | 0.09 | 0.64 | 174.55 | 0.9 | 0.19 |
| Hex | 5 | 5D | 55 | 5F | 0 | 9 | 40 | AF | 5A | 13 |
| Octal | 5 | 135 | 125 | 137 | 0 | 11 | 100 | 257 | 132 | 23 |
| Binary | 101 | 1011101 | 1010101 | 1011111 | 0 | 1001 | 1000000 | 10101111 | 1011010 | 10011 |
Color Harmonies of #055D55
Complementary color
Monochromatic Colors of #055D55
Black with #055D55
Text Example
Text Example
White with #055D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D55; }
p { color: rgb(5,93,85); }
H1.HeaderClassName
{
color: #055D55;
}
.AnyTagClassName
{
color: #055D55;
}
</style>
background-color css
<style>
a { background-color: #055D55; }
a { background-color: rgb(5,93,85); }
div.DivClassName
{
background-color: #055D55;
}
.BgClassName
{
background-color: #055D55;
}
</style>
border-color css
<style>
span { border-color: #055D55; }
span { border-color: rgb(5,93,85); }
td.TdClassName
{
border-color: #055D55;
}
.TagClassName
{
border-color: #055D55;
}
</style>